Html Css Color HEX #797FFE Light Slate Blue

📋 copy color: '#797FFE'

red 121 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #797FFE

Tints of Light Slate Blue #797FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

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

R = 24.1%
G = 25.3%
B = 50.6%

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

#797FFE (or 0x797FFE) is known color: Light Slate Blue. HEX triplet: 79, 7F and FE. RGB value is (121,127,254). Sum of RGB (Red+Green+Blue) = 121+127+254=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #797FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797FFE is #868001. Grayscale: #8B8B8B. Windows color (decimal): -8814594 or 16678777. OLE color: 16678777.

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

Color convert

RGB 121 127 254 -
CMYK 0.52 0.50 0 0.00
HSL 237.29º 0.99% 0.74% -
HSV(B) 237.29º 0.52% 1% -
XYZ 33.36 26.4 97.1 -
YUV 139.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 121 127 254 0.52 0.50 0 0.00 237.29 0.99 0.74
Hex 79 7F FE 34 32 0 0 ED 63 4A
Octal 171 177 376 64 62 0 0 355 143 112
Binary 1111001 1111111 11111110 110100 110010 0 0 11101101 1100011 1001010

Color Harmonies of #797FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FFE

Black with #797FFE

Text Example


Text Example

White with #797FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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