#7D59CB

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

Shades of Slate Blue #7D59CB

Tints of Slate Blue #7D59CB

Color information

#7D59CB (or 0x7D59CB) is unknown color: approx Slate Blue. HEX triplet: 7D, 59 and CB. RGB value is (125,89,203). Sum of RGB (Red+Green+Blue) = 125+89+203=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59CB is #82A634. Grayscale: #707070. Windows color (decimal): -8562229 or 13326717. OLE color: 13326717.

HSL color Cylindrical-coordinate representation of color #7D59CB: hue angle of 258.95º 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 #7D59CB is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12589203-
CMYK0.380.5600.20
HSL258.95º52.29%57.25%-
HSV(B)258.95º56.16%79.61%-
XYZ22.8115.8258.35-
YUV112.76178.93136.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=29.98%
G=21.34%
B=48.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125892030.380.5600.20258.9552.2957.25
Hex7D59CB26380141033439
Octal17513131346700244036471
Binary1111101101100111001011100110111000010100100000011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D59CB; }

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

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

<style>
 a { background-color: #7D59CB; }

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

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

<style>
 span { border-color: #7D59CB; }

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

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