#7766CC

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

Shades of Slate Blue #7766CC

Tints of Slate Blue #7766CC

Color information

#7766CC (or 0x7766CC) is unknown color: approx Slate Blue. HEX triplet: 77, 66 and CC. RGB value is (119,102,204). Sum of RGB (Red+Green+Blue) = 119+102+204=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #7766CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766CC is #889933. Grayscale: #767676. Windows color (decimal): -8952116 or 13395575. OLE color: 13395575.

HSL color Cylindrical-coordinate representation of color #7766CC: hue angle of 250º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7766CC is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB119102204-
CMYK0.420.500.2
HSL250º50%60%-
HSV(B)250º50%80%-
XYZ23.2617.7859.33-
YUV118.71176.13128.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 204 (80.08% from 255) = 48%
R=28%
G=24%
B=48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1191022040.420.500.22505060
Hex7766CC2A32014fa323c
Octal16714631452620243726274
Binary111011111001101100110010101011001001010011111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7766CC; }

 p { color: rgb(119,102,204); }

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

<style>
 a { background-color: #7766CC; }

 a { background-color: rgb(119,102,204); }

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

<style>
 span { border-color: #7766CC; }

 span { border-color: rgb(119,102,204); }

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