#7759CB

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

Shades of Slate Blue #7759CB

Tints of Slate Blue #7759CB

Color information

#7759CB (or 0x7759CB) is unknown color: approx Slate Blue. HEX triplet: 77, 59 and CB. RGB value is (119,89,203). Sum of RGB (Red+Green+Blue) = 119+89+203=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #7759CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759CB is #88A634. Grayscale: #6E6E6E. Windows color (decimal): -8955445 or 13326711. OLE color: 13326711.

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

Color convert

RGB11989203-
CMYK0.410.5600.20
HSL255.79º52.29%57.25%-
HSV(B)255.79º56.16%79.61%-
XYZ21.9615.3858.31-
YUV110.97179.94133.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=28.95%
G=21.65%
B=49.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119892030.410.5600.20255.7952.2957.25
Hex7759CB29380141003439
Octal16713131351700244006471
Binary1110111101100111001011101001111000010100100000000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7759CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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