Html Css Color HEX #7977FE Light Slate Blue

📋 copy color: '#7977FE'

red 121 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #7977FE

Tints of Light Slate Blue #7977FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 24.49%
G = 24.09%
B = 51.42%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7977FE (or 0x7977FE) is known color: Light Slate Blue. HEX triplet: 79, 77 and FE. RGB value is (121,119,254). Sum of RGB (Red+Green+Blue) = 121+119+254=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #7977FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7977FE is #868801. Grayscale: #868686. Windows color (decimal): -8816642 or 16676729. OLE color: 16676729.

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

Color convert

RGB 121 119 254 -
CMYK 0.52 0.53 0 0.00
HSL 240.89º 0.99% 0.73% -
HSV(B) 240.89º 0.53% 1% -
XYZ 32.37 24.41 96.77 -
YUV 134.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 121 119 254 0.52 0.53 0 0.00 240.89 0.99 0.73
Hex 79 77 FE 34 35 0 0 F1 63 49
Octal 171 167 376 64 65 0 0 361 143 111
Binary 1111001 1110111 11111110 110100 110101 0 0 11110001 1100011 1001001

Color Harmonies of #7977FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977FE

Black with #7977FE

Text Example


Text Example

White with #7977FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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