Html Css Color HEX #797DFF Light Slate Blue

📋 copy color: '#797DFF'

red 121 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #797DFF

Tints of Light Slate Blue #797DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 24.15%
G = 24.95%
B = 50.9%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#797DFF (or 0x797DFF) is known color: Light Slate Blue. HEX triplet: 79, 7D and FF. RGB value is (121,125,255). Sum of RGB (Red+Green+Blue) = 121+125+255=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #797DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DFF is #868200. Grayscale: #8A8A8A. Windows color (decimal): -8815105 or 16743801. OLE color: 16743801.

HSL color Cylindrical-coordinate representation of color #797DFF: hue angle of 238.21º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #797DFF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 125 255 -
CMYK 0.53 0.51 0 0
HSL 238.21º 1% 0.74% -
HSV(B) 238.21º 0.53% 1% -
XYZ 33.27 25.95 97.86 -
YUV 138.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 121 125 255 0.53 0.51 0 0 238.21 1 0.74
Hex 79 7D FF 35 33 0 0 EE 64 4A
Octal 171 175 377 65 63 0 0 356 144 112
Binary 1111001 1111101 11111111 110101 110011 0 0 11101110 1100100 1001010

Color Harmonies of #797DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DFF

Black with #797DFF

Text Example


Text Example

White with #797DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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