#7259CE

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

Shades of Slate Blue #7259CE

Tints of Slate Blue #7259CE

Color information

#7259CE (or 0x7259CE) is unknown color: approx Slate Blue. HEX triplet: 72, 59 and CE. RGB value is (114,89,206). Sum of RGB (Red+Green+Blue) = 114+89+206=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7259CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259CE is #8DA631. Grayscale: #6D6D6D. Windows color (decimal): -9283122 or 13523314. OLE color: 13523314.

HSL color Cylindrical-coordinate representation of color #7259CE: hue angle of 252.82º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7259CE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11489206-
CMYK0.450.5700.19
HSL252.82º54.42%57.84%-
HSV(B)252.82º56.8%80.78%-
XYZ21.6515.1860.18-
YUV109.81182.28130.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=27.87%
G=21.76%
B=50.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal114892060.450.5700.19252.8254.4257.84
Hex7259CE2D39013fd363a
Octal16213131655710233756672
Binary111001010110011100111010110111100101001111111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7259CE; }

 p { color: rgb(114,89,206); }

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

<style>
 a { background-color: #7259CE; }

 a { background-color: rgb(114,89,206); }

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

<style>
 span { border-color: #7259CE; }

 span { border-color: rgb(114,89,206); }

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