Html Css Color HEX #7981FA Light Slate Blue

📋 copy color: '#7981FA'

red 121 ◦ green 129 ◦ blue 250

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

Shades of Light Slate Blue #7981FA

Tints of Light Slate Blue #7981FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 24.2%
G = 25.8%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7981FA (or 0x7981FA) is known color: Light Slate Blue. HEX triplet: 79, 81 and FA. RGB value is (121,129,250). Sum of RGB (Red+Green+Blue) = 121+129+250=500 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.2% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #7981FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7981FA is #867E05. Grayscale: #8B8B8B. Windows color (decimal): -8814086 or 16417145. OLE color: 16417145.

HSL color Cylindrical-coordinate representation of color #7981FA: hue angle of 236.28º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7981FA is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 129 250 -
CMYK 0.52 0.48 0 0.02
HSL 236.28º 0.93% 0.73% -
HSV(B) 236.28º 0.52% 0.98% -
XYZ 32.99 26.67 93.85 -
YUV 140.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 121 129 250 0.52 0.48 0 0.02 236.28 0.93 0.73
Hex 79 81 FA 34 30 0 2 EC 5D 49
Octal 171 201 372 64 60 0 2 354 135 111
Binary 1111001 10000001 11111010 110100 110000 0 10 11101100 1011101 1001001

Color Harmonies of #7981FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7981FA

Black with #7981FA

Text Example


Text Example

White with #7981FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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