#7655CD

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

Shades of Slate Blue #7655CD

Tints of Slate Blue #7655CD

Color information

#7655CD (or 0x7655CD) is unknown color: approx Slate Blue. HEX triplet: 76, 55 and CD. RGB value is (118,85,205). Sum of RGB (Red+Green+Blue) = 118+85+205=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #7655CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655CD is #89AA32. Grayscale: #6C6C6C. Windows color (decimal): -9022003 or 13456758. OLE color: 13456758.

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

Color convert

RGB11885205-
CMYK0.420.5900.20
HSL256.5º54.55%56.86%-
HSV(B)256.5º58.54%80.39%-
XYZ21.7414.7659.46-
YUV108.55182.43134.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=28.92%
G=20.83%
B=50.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118852050.420.5900.20256.554.5556.86
Hex7655CD2A3B0141003739
Octal16612531552730244006771
Binary1110110101010111001101101010111011010100100000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7655CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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