#7759CC

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

Shades of Slate Blue #7759CC

Tints of Slate Blue #7759CC

Color information

#7759CC (or 0x7759CC) is unknown color: approx Slate Blue. HEX triplet: 77, 59 and CC. RGB value is (119,89,204). Sum of RGB (Red+Green+Blue) = 119+89+204=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #7759CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759CC is #88A633. Grayscale: #6E6E6E. Windows color (decimal): -8955444 or 13392247. OLE color: 13392247.

HSL color Cylindrical-coordinate representation of color #7759CC: hue angle of 255.65º degrees, saturation: 0.53, 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 #7759CC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11989204-
CMYK0.420.5600.2
HSL255.65º53%57.45%-
HSV(B)255.65º56.37%80%-
XYZ22.0815.4358.94-
YUV111.08180.44133.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=28.88%
G=21.60%
B=49.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119892040.420.5600.2255.655357.45
Hex7759CC2A380141003539
Octal16713131452700244006571
Binary1110111101100111001100101010111000010100100000000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7759CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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