#7969FF

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

Shades of Light Slate Blue #7969FF

Tints of Light Slate Blue #7969FF

Color information

#7969FF (or 0x7969FF) is unknown color: approx Light Slate Blue. HEX triplet: 79, 69 and FF. RGB value is (121,105,255). Sum of RGB (Red+Green+Blue) = 121+105+255=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #7969FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7969FF is #869600. Grayscale: #7E7E7E. Windows color (decimal): -8820225 or 16738681. OLE color: 16738681.

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

Color convert

RGB121105255-
CMYK0.530.5900
HSL246.4º100%70.59%-
HSV(B)246.4º58.82%100%-
XYZ30.9921.3997.1-
YUV126.88200.3123.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.16%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 255 (100% from 255) = 53.01%
R=25.16%
G=21.83%
B=53.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211052550.530.5900246.410070.59
Hex7969FF353B00f66447
Octal171151377657300366144107
Binary1111001110100111111111110101111011001111011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7969FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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