#7966FF

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

Shades of Light Slate Blue #7966FF

Tints of Light Slate Blue #7966FF

Color information

#7966FF (or 0x7966FF) is unknown color: approx Light Slate Blue. HEX triplet: 79, 66 and FF. RGB value is (121,102,255). Sum of RGB (Red+Green+Blue) = 121+102+255=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #7966FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7966FF is #869900. Grayscale: #7C7C7C. Windows color (decimal): -8820993 or 16737913. OLE color: 16737913.

HSL color Cylindrical-coordinate representation of color #7966FF: hue angle of 247.45º 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 #7966FF is Cyan = 0.53, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB121102255-
CMYK0.530.600
HSL247.45º100%70%-
HSV(B)247.45º60%100%-
XYZ30.6920.7997-
YUV125.12201.29125.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 255 (100% from 255) = 53.35%
R=25.31%
G=21.34%
B=53.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211022550.530.600247.4510070
Hex7966FF353C00f76446
Octal171146377657400367144106
Binary1111001110011011111111110101111100001111011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7966FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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