#7259CB

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

Shades of Slate Blue #7259CB

Tints of Slate Blue #7259CB

Color information

#7259CB (or 0x7259CB) is unknown color: approx Slate Blue. HEX triplet: 72, 59 and CB. RGB value is (114,89,203). Sum of RGB (Red+Green+Blue) = 114+89+203=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7259CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259CB is #8DA634. Grayscale: #6D6D6D. Windows color (decimal): -9283125 or 13326706. OLE color: 13326706.

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

Color convert

RGB11489203-
CMYK0.440.5600.20
HSL253.16º52.29%57.25%-
HSV(B)253.16º56.16%79.61%-
XYZ21.2915.0358.28-
YUV109.47180.78131.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 203 (79.69% from 255) = 50%
R=28.08%
G=21.92%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114892030.440.5600.20253.1652.2957.25
Hex7259CB2C38014fd3439
Octal16213131354700243756471
Binary111001010110011100101110110011100001010011111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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