Html Css Color HEX #7979FE Light Slate Blue

📋 copy color: '#7979FE'

red 121 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #7979FE

Tints of Light Slate Blue #7979FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.4%

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

R = 24.4%
G = 24.4%
B = 51.21%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7979FE (or 0x7979FE) is known color: Light Slate Blue. HEX triplet: 79, 79 and FE. RGB value is (121,121,254). Sum of RGB (Red+Green+Blue) = 121+121+254=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #7979FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7979FE is #868601. Grayscale: #878787. Windows color (decimal): -8816130 or 16677241. OLE color: 16677241.

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

Color convert

RGB 121 121 254 -
CMYK 0.52 0.52 0 0.00
HSL 240º 0.99% 0.74% -
HSV(B) 240º 0.52% 1% -
XYZ 32.61 24.9 96.85 -
YUV 136.16 194.5 117.19 -
System Red Green Blue C M Y K H S L
Decimal 121 121 254 0.52 0.52 0 0.00 240 0.99 0.74
Hex 79 79 FE 34 34 0 0 F0 63 4A
Octal 171 171 376 64 64 0 0 360 143 112
Binary 1111001 1111001 11111110 110100 110100 0 0 11110000 1100011 1001010

Color Harmonies of #7979FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7979FE

Black with #7979FE

Text Example


Text Example

White with #7979FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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