#7981FC

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

Shades of Light Slate Blue #7981FC

Tints of Light Slate Blue #7981FC

Color information

#7981FC (or 0x7981FC) is unknown color: approx Light Slate Blue. HEX triplet: 79, 81 and FC. RGB value is (121,129,252). Sum of RGB (Red+Green+Blue) = 121+129+252=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #7981FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7981FC is #867E03. Grayscale: #8C8C8C. Windows color (decimal): -8814084 or 16548217. OLE color: 16548217.

HSL color Cylindrical-coordinate representation of color #7981FC: hue angle of 236.34º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7981FC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121129252-
CMYK0.520.4900.01
HSL236.34º95.62%73.14%-
HSV(B)236.34º51.98%98.82%-
XYZ33.3126.7995.51-
YUV140.63190.85114-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.10%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=24.10%
G=25.70%
B=50.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211292520.520.4900.01236.3495.6273.14
Hex7981FC343101ec6049
Octal171201374646101354140111
Binary11110011000000111111100110100110001011110110011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7981FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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