Html Css Color HEX #797AFE Light Slate Blue

📋 copy color: '#797AFE'

red 121 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #797AFE

Tints of Light Slate Blue #797AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

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

R = 24.35%
G = 24.55%
B = 51.11%

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

#797AFE (or 0x797AFE) is known color: Light Slate Blue. HEX triplet: 79, 7A and FE. RGB value is (121,122,254). Sum of RGB (Red+Green+Blue) = 121+122+254=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #797AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797AFE is #868501. Grayscale: #888888. Windows color (decimal): -8815874 or 16677497. OLE color: 16677497.

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

Color convert

RGB 121 122 254 -
CMYK 0.52 0.52 0 0.00
HSL 239.55º 0.99% 0.74% -
HSV(B) 239.55º 0.52% 1% -
XYZ 32.73 25.14 96.89 -
YUV 136.75 194.17 116.77 -
System Red Green Blue C M Y K H S L
Decimal 121 122 254 0.52 0.52 0 0.00 239.55 0.99 0.74
Hex 79 7A FE 34 34 0 0 F0 63 4A
Octal 171 172 376 64 64 0 0 360 143 112
Binary 1111001 1111010 11111110 110100 110100 0 0 11110000 1100011 1001010

Color Harmonies of #797AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797AFE

Black with #797AFE

Text Example


Text Example

White with #797AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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