#7766FF

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

Shades of Light Slate Blue #7766FF

Tints of Light Slate Blue #7766FF

Color information

#7766FF (or 0x7766FF) is unknown color: approx Light Slate Blue. HEX triplet: 77, 66 and FF. RGB value is (119,102,255). Sum of RGB (Red+Green+Blue) = 119+102+255=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #7766FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766FF is #889900. Grayscale: #7B7B7B. Windows color (decimal): -8952065 or 16737911. OLE color: 16737911.

HSL color Cylindrical-coordinate representation of color #7766FF: hue angle of 246.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7766FF is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB119102255-
CMYK0.530.600
HSL246.67º100%70%-
HSV(B)246.67º60%100%-
XYZ30.4120.6496.99-
YUV124.52201.63124.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 21.43%
BLUE value IS 255 (100% from 255) = 53.57%
R=25%
G=21.43%
B=53.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1191022550.530.600246.6710070
Hex7766FF353C00f76446
Octal167146377657400367144106
Binary1110111110011011111111110101111100001111011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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