Html Css Color HEX #797DF8 Light Slate Blue

📋 copy color: '#797DF8'

red 121 ◦ green 125 ◦ blue 248

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

Shades of Light Slate Blue #797DF8

Tints of Light Slate Blue #797DF8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.3%

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

R = 24.49%
G = 25.3%
B = 50.2%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#797DF8 (or 0x797DF8) is known color: Light Slate Blue. HEX triplet: 79, 7D and F8. RGB value is (121,125,248). Sum of RGB (Red+Green+Blue) = 121+125+248=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #797DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DF8 is #868207. Grayscale: #898989. Windows color (decimal): -8815112 or 16285049. OLE color: 16285049.

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

Color convert

RGB 121 125 248 -
CMYK 0.51 0.50 0 0.03
HSL 238.11º 0.9% 0.72% -
HSV(B) 238.11º 0.51% 0.97% -
XYZ 32.16 25.51 92.04 -
YUV 137.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 121 125 248 0.51 0.50 0 0.03 238.11 0.9 0.72
Hex 79 7D F8 33 32 0 3 EE 5A 48
Octal 171 175 370 63 62 0 3 356 132 110
Binary 1111001 1111101 11111000 110011 110010 0 11 11101110 1011010 1001000

Color Harmonies of #797DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DF8

Black with #797DF8

Text Example


Text Example

White with #797DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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