#7655C6

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

Shades of Slate Blue #7655C6

Tints of Slate Blue #7655C6

Color information

#7655C6 (or 0x7655C6) is unknown color: approx Slate Blue. HEX triplet: 76, 55 and C6. RGB value is (118,85,198). Sum of RGB (Red+Green+Blue) = 118+85+198=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #7655C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655C6 is #89AA39. Grayscale: #6B6B6B. Windows color (decimal): -9022010 or 12998006. OLE color: 12998006.

HSL color Cylindrical-coordinate representation of color #7655C6: hue angle of 257.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7655C6 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11885198-
CMYK0.400.5700.22
HSL257.52º49.78%55.49%-
HSV(B)257.52º57.07%77.65%-
XYZ20.9114.4355.11-
YUV107.75178.93135.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 198 (77.73% from 255) = 49.38%
R=29.43%
G=21.20%
B=49.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118851980.400.5700.22257.5249.7855.49
Hex7655C628390161023237
Octal16612530650710264026267
Binary1110110101010111000110101000111001010110100000010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7655C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7655C6; }

 p { color: rgb(118,85,198); }

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

<style>
 a { background-color: #7655C6; }

 a { background-color: rgb(118,85,198); }

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

<style>
 span { border-color: #7655C6; }

 span { border-color: rgb(118,85,198); }

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