#7655cb

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

Shades of Slate Blue #7655CB

Tints of Slate Blue #7655CB

Color information

#7655CB (or 0x7655CB) is unknown color: approx Slate Blue. HEX triplet: 76, 55 and CB. RGB value is (118,85,203). Sum of RGB (Red+Green+Blue) = 118+85+203=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7655CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655CB is #89AA34. Grayscale: #6B6B6B. Windows color (decimal): -9022005 or 13325686. OLE color: 13325686.

HSL color Cylindrical-coordinate representation of color #7655CB: hue angle of 256.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7655CB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11885203-
CMYK0.420.5800.20
HSL256.78º53.15%56.47%-
HSV(B)256.78º58.13%79.61%-
XYZ21.514.6658.2-
YUV108.32181.43134.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 203 (79.69% from 255) = 50%
R=29.06%
G=20.94%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118852030.420.5800.20256.7853.1556.47
Hex7655CB2A3A0141013538
Octal16612531352720244016570
Binary1110110101010111001011101010111010010100100000001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7655cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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