#766ACD

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

Shades of Slate Blue #766ACD

Tints of Slate Blue #766ACD

Color information

#766ACD (or 0x766ACD) is unknown color: approx Slate Blue. HEX triplet: 76, 6A and CD. RGB value is (118,106,205). Sum of RGB (Red+Green+Blue) = 118+106+205=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #766ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ACD is #899532. Grayscale: #787878. Windows color (decimal): -9016627 or 13462134. OLE color: 13462134.

HSL color Cylindrical-coordinate representation of color #766ACD: hue angle of 247.27º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766ACD is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118106205-
CMYK0.420.4800.20
HSL247.27º49.75%60.98%-
HSV(B)247.27º48.29%80.39%-
XYZ23.6418.5760.1-
YUV120.87175.48125.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=27.51%
G=24.71%
B=47.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181062050.420.4800.20247.2749.7560.98
Hex766ACD2A30014f7323d
Octal16615231552600243676275
Binary111011011010101100110110101011000001010011110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766ACD; }

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

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

<style>
 a { background-color: #766ACD; }

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

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

<style>
 span { border-color: #766ACD; }

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

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