Html Css Color HEX #797DFB Light Slate Blue

📋 copy color: '#797DFB'

red 121 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #797DFB

Tints of Light Slate Blue #797DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 24.35%
G = 25.15%
B = 50.5%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#797DFB (or 0x797DFB) is known color: Light Slate Blue. HEX triplet: 79, 7D and FB. RGB value is (121,125,251). Sum of RGB (Red+Green+Blue) = 121+125+251=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #797DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797DFB is #868204. Grayscale: #898989. Windows color (decimal): -8815109 or 16481657. OLE color: 16481657.

HSL color Cylindrical-coordinate representation of color #797DFB: hue angle of 238.15º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797DFB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 125 251 -
CMYK 0.52 0.50 0 0.02
HSL 238.15º 0.94% 0.73% -
HSV(B) 238.15º 0.52% 0.98% -
XYZ 32.63 25.7 94.51 -
YUV 138.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 121 125 251 0.52 0.50 0 0.02 238.15 0.94 0.73
Hex 79 7D FB 34 32 0 2 EE 5E 49
Octal 171 175 373 64 62 0 2 356 136 111
Binary 1111001 1111101 11111011 110100 110010 0 10 11101110 1011110 1001001

Color Harmonies of #797DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DFB

Black with #797DFB

Text Example


Text Example

White with #797DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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