Html Css Color HEX #7981FE Light Slate Blue

📋 copy color: '#7981FE'

red 121 ◦ green 129 ◦ blue 254

#7981FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7981FE

Tints of Light Slate Blue #7981FE

RGB

 RED value IS 121 (47.66% from 255) = 24.01%

 GREEN value IS 129 (50.78% from 255) = 25.6%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 24.01%
G = 25.6%
B = 50.4%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7981FE (or 0x7981FE) is known color: Light Slate Blue. HEX triplet: 79, 81 and FE. RGB value is (121,129,254). Sum of RGB (Red+Green+Blue) = 121+129+254=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #7981FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7981FE is #867E01. Grayscale: #8C8C8C. Windows color (decimal): -8814082 or 16679289. OLE color: 16679289.

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

Color convert

RGB 121 129 254 -
CMYK 0.52 0.49 0 0.00
HSL 236.39º 0.99% 0.74% -
HSV(B) 236.39º 0.52% 1% -
XYZ 33.62 26.92 97.19 -
YUV 140.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 121 129 254 0.52 0.49 0 0.00 236.39 0.99 0.74
Hex 79 81 FE 34 31 0 0 EC 63 4A
Octal 171 201 376 64 61 0 0 354 143 112
Binary 1111001 10000001 11111110 110100 110001 0 0 11101100 1100011 1001010

Color Harmonies of #7981FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7981FE

Black with #7981FE

Text Example


Text Example

White with #7981FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7981FE;
 }
 .AnyTagClassName
 {
   color: #7981FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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