Html Css Color HEX #7980FA Light Slate Blue

📋 copy color: '#7980FA'

red 121 ◦ green 128 ◦ blue 250

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

Shades of Light Slate Blue #7980FA

Tints of Light Slate Blue #7980FA

RGB

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

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

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

R = 24.25%
G = 25.65%
B = 50.1%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7980FA (or 0x7980FA) is known color: Light Slate Blue. HEX triplet: 79, 80 and FA. RGB value is (121,128,250). Sum of RGB (Red+Green+Blue) = 121+128+250=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7980FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7980FA is #867F05. Grayscale: #8B8B8B. Windows color (decimal): -8814342 or 16416889. OLE color: 16416889.

HSL color Cylindrical-coordinate representation of color #7980FA: hue angle of 236.74º 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 #7980FA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 128 250 -
CMYK 0.52 0.49 0 0.02
HSL 236.74º 0.93% 0.73% -
HSV(B) 236.74º 0.52% 0.98% -
XYZ 32.86 26.41 93.81 -
YUV 139.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 121 128 250 0.52 0.49 0 0.02 236.74 0.93 0.73
Hex 79 80 FA 34 31 0 2 ED 5D 49
Octal 171 200 372 64 61 0 2 355 135 111
Binary 1111001 10000000 11111010 110100 110001 0 10 11101101 1011101 1001001

Color Harmonies of #7980FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980FA

Black with #7980FA

Text Example


Text Example

White with #7980FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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