#7759C9

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

Shades of Slate Blue #7759C9

Tints of Slate Blue #7759C9

Color information

#7759C9 (or 0x7759C9) is unknown color: approx Slate Blue. HEX triplet: 77, 59 and C9. RGB value is (119,89,201). Sum of RGB (Red+Green+Blue) = 119+89+201=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #7759C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759C9 is #88A636. Grayscale: #6E6E6E. Windows color (decimal): -8955447 or 13195639. OLE color: 13195639.

HSL color Cylindrical-coordinate representation of color #7759C9: hue angle of 256.07º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7759C9 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11989201-
CMYK0.410.5600.21
HSL256.07º50.91%56.86%-
HSV(B)256.07º55.72%78.82%-
XYZ21.7215.2857.06-
YUV110.74178.94133.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 201 (78.91% from 255) = 49.14%
R=29.10%
G=21.76%
B=49.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119892010.410.5600.21256.0750.9156.86
Hex7759C929380151003339
Octal16713131151700254006371
Binary1110111101100111001001101001111000010101100000000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7759C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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