#7258CD

Color #7258CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7258CD

Tints of Slate Blue #7258CD

Color information

#7258CD (or 0x7258CD) is unknown color: approx Slate Blue. HEX triplet: 72, 58 and CD. RGB value is (114,88,205). Sum of RGB (Red+Green+Blue) = 114+88+205=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #7258CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258CD is #8DA732. Grayscale: #6C6C6C. Windows color (decimal): -9283379 or 13457522. OLE color: 13457522.

HSL color Cylindrical-coordinate representation of color #7258CD: hue angle of 253.33º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7258CD is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11488205-
CMYK0.440.5700.20
HSL253.33º53.92%57.45%-
HSV(B)253.33º57.07%80.39%-
XYZ21.4514.9659.52-
YUV109.11182.11131.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=28.01%
G=21.62%
B=50.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114882050.440.5700.20253.3353.9257.45
Hex7258CD2C39014fd3639
Octal16213031554710243756671
Binary111001010110001100110110110011100101010011111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7258CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7258CD; }

 p { color: rgb(114,88,205); }

 H1.HeaderClassName
 {
   color: #7258CD;
 }
 .AnyTagClassName
 {
   color: #7258CD;
 }
</style>
background-color css

<style>
 a { background-color: #7258CD; }

 a { background-color: rgb(114,88,205); }

 div.DivClassName
 {
   background-color: #7258CD;
 }
 .BgClassName
 {
   background-color: #7258CD;
 }
</style>
border-color css

<style>
 span { border-color: #7258CD; }

 span { border-color: rgb(114,88,205); }

 td.TdClassName
 {
   border-color: #7258CD;
 }
 .TagClassName
 {
   border-color: #7258CD;
 }
</style>