Html Css Color HEX #7980FF Light Slate Blue

📋 copy color: '#7980FF'

red 121 ◦ green 128 ◦ blue 255

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

Shades of Light Slate Blue #7980FF

Tints of Light Slate Blue #7980FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.4%

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

R = 24.01%
G = 25.4%
B = 50.6%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7980FF (or 0x7980FF) is known color: Light Slate Blue. HEX triplet: 79, 80 and FF. RGB value is (121,128,255). Sum of RGB (Red+Green+Blue) = 121+128+255=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7980FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7980FF is #867F00. Grayscale: #8B8B8B. Windows color (decimal): -8814337 or 16744569. OLE color: 16744569.

HSL color Cylindrical-coordinate representation of color #7980FF: hue angle of 236.87º 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 #7980FF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 128 255 -
CMYK 0.53 0.50 0 0
HSL 236.87º 1% 0.74% -
HSV(B) 236.87º 0.53% 1% -
XYZ 33.65 26.72 97.99 -
YUV 140.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 121 128 255 0.53 0.50 0 0 236.87 1 0.74
Hex 79 80 FF 35 32 0 0 ED 64 4A
Octal 171 200 377 65 62 0 0 355 144 112
Binary 1111001 10000000 11111111 110101 110010 0 0 11101101 1100100 1001010

Color Harmonies of #7980FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980FF

Black with #7980FF

Text Example


Text Example

White with #7980FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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