Html Css Color HEX #797AF8 Light Slate Blue

📋 copy color: '#797AF8'

red 121 ◦ green 122 ◦ blue 248

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

Shades of Light Slate Blue #797AF8

Tints of Light Slate Blue #797AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 24.64%
G = 24.85%
B = 50.51%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#797AF8 (or 0x797AF8) is known color: Light Slate Blue. HEX triplet: 79, 7A and F8. RGB value is (121,122,248). Sum of RGB (Red+Green+Blue) = 121+122+248=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #797AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797AF8 is #868507. Grayscale: #878787. Windows color (decimal): -8815880 or 16284281. OLE color: 16284281.

HSL color Cylindrical-coordinate representation of color #797AF8: hue angle of 239.53º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #797AF8 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 121 122 248 -
CMYK 0.51 0.51 0 0.03
HSL 239.53º 0.9% 0.72% -
HSV(B) 239.53º 0.51% 0.97% -
XYZ 31.79 24.76 91.91 -
YUV 136.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 121 122 248 0.51 0.51 0 0.03 239.53 0.9 0.72
Hex 79 7A F8 33 33 0 3 F0 5A 48
Octal 171 172 370 63 63 0 3 360 132 110
Binary 1111001 1111010 11111000 110011 110011 0 11 11110000 1011010 1001000

Color Harmonies of #797AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797AF8

Black with #797AF8

Text Example


Text Example

White with #797AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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