Html Css Color HEX #7981FF Light Slate Blue

📋 copy color: '#7981FF'

red 121 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #7981FF

Tints of Light Slate Blue #7981FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 23.96%
G = 25.54%
B = 50.5%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7981FF (or 0x7981FF) is known color: Light Slate Blue. HEX triplet: 79, 81 and FF. RGB value is (121,129,255). Sum of RGB (Red+Green+Blue) = 121+129+255=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #7981FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7981FF is #867E00. Grayscale: #8C8C8C. Windows color (decimal): -8814081 or 16744825. OLE color: 16744825.

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

Color convert

RGB 121 129 255 -
CMYK 0.53 0.49 0 0
HSL 236.42º 1% 0.74% -
HSV(B) 236.42º 0.53% 1% -
XYZ 33.79 26.99 98.04 -
YUV 140.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 121 129 255 0.53 0.49 0 0 236.42 1 0.74
Hex 79 81 FF 35 31 0 0 EC 64 4A
Octal 171 201 377 65 61 0 0 354 144 112
Binary 1111001 10000001 11111111 110101 110001 0 0 11101100 1100100 1001010

Color Harmonies of #7981FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7981FF

Black with #7981FF

Text Example


Text Example

White with #7981FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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