#7656C9

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

Shades of Slate Blue #7656C9

Tints of Slate Blue #7656C9

Color information

#7656C9 (or 0x7656C9) is unknown color: approx Slate Blue. HEX triplet: 76, 56 and C9. RGB value is (118,86,201). Sum of RGB (Red+Green+Blue) = 118+86+201=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #7656C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7656C9 is #89A936. Grayscale: #6C6C6C. Windows color (decimal): -9021751 or 13194870. OLE color: 13194870.

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

Color convert

RGB11886201-
CMYK0.410.5700.21
HSL256.7º51.57%56.27%-
HSV(B)256.7º57.21%78.82%-
XYZ21.3414.7256.98-
YUV108.68180.1134.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=29.14%
G=21.23%
B=49.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118862010.410.5700.21256.751.5756.27
Hex7656C929390151013438
Octal16612631151710254016470
Binary1110110101011011001001101001111001010101100000001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7656C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,86,201); }

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

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

 a { background-color: rgb(118,86,201); }

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

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

 span { border-color: rgb(118,86,201); }

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