#7981F0

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

Shades of Light Slate Blue #7981F0

Tints of Light Slate Blue #7981F0

Color information

#7981F0 (or 0x7981F0) is unknown color: approx Light Slate Blue. HEX triplet: 79, 81 and F0. RGB value is (121,129,240). Sum of RGB (Red+Green+Blue) = 121+129+240=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #7981F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7981F0 is #867E0F. Grayscale: #8A8A8A. Windows color (decimal): -8814096 or 15761785. OLE color: 15761785.

HSL color Cylindrical-coordinate representation of color #7981F0: hue angle of 235.97º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7981F0 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121129240-
CMYK0.500.4600.06
HSL235.97º79.87%70.78%-
HSV(B)235.97º49.58%94.12%-
XYZ31.4626.0685.81-
YUV139.26184.85114.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.69%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 240 (94.14% from 255) = 48.98%
R=24.69%
G=26.33%
B=48.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211292400.500.4600.06235.9779.8770.78
Hex7981F0322E06ec5047
Octal171201360625606354120107
Binary1111001100000011111000011001010111001101110110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7981F0; }

 p { color: rgb(121,129,240); }

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

<style>
 a { background-color: #7981F0; }

 a { background-color: rgb(121,129,240); }

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

<style>
 span { border-color: #7981F0; }

 span { border-color: rgb(121,129,240); }

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