Html Css Color HEX #797EFE Light Slate Blue

📋 copy color: '#797EFE'

red 121 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #797EFE

Tints of Light Slate Blue #797EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.15%

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

R = 24.15%
G = 25.15%
B = 50.7%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#797EFE (or 0x797EFE) is known color: Light Slate Blue. HEX triplet: 79, 7E and FE. RGB value is (121,126,254). Sum of RGB (Red+Green+Blue) = 121+126+254=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #797EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797EFE is #868101. Grayscale: #8A8A8A. Windows color (decimal): -8814850 or 16678521. OLE color: 16678521.

HSL color Cylindrical-coordinate representation of color #797EFE: hue angle of 237.74º 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 #797EFE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 126 254 -
CMYK 0.52 0.50 0 0.00
HSL 237.74º 0.99% 0.74% -
HSV(B) 237.74º 0.52% 1% -
XYZ 33.24 26.14 97.06 -
YUV 139.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 121 126 254 0.52 0.50 0 0.00 237.74 0.99 0.74
Hex 79 7E FE 34 32 0 0 EE 63 4A
Octal 171 176 376 64 62 0 0 356 143 112
Binary 1111001 1111110 11111110 110100 110010 0 0 11101110 1100011 1001010

Color Harmonies of #797EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797EFE

Black with #797EFE

Text Example


Text Example

White with #797EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797EFE; }

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

 H1.HeaderClassName
 {
   color: #797EFE;
 }
 .AnyTagClassName
 {
   color: #797EFE;
 }
</style>

background-color css

<style>
 a { background-color: #797EFE; }

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

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

border-color css

<style>
 span { border-color: #797EFE; }

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

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