Html Css Color HEX #797EFB Light Slate Blue

📋 copy color: '#797EFB'

red 121 ◦ green 126 ◦ blue 251

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

Shades of Light Slate Blue #797EFB

Tints of Light Slate Blue #797EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.3%

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

R = 24.3%
G = 25.3%
B = 50.4%

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

#797EFB (or 0x797EFB) is known color: Light Slate Blue. HEX triplet: 79, 7E and FB. RGB value is (121,126,251). Sum of RGB (Red+Green+Blue) = 121+126+251=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #797EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797EFB is #868104. Grayscale: #8A8A8A. Windows color (decimal): -8814853 or 16481913. OLE color: 16481913.

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

Color convert

RGB 121 126 251 -
CMYK 0.52 0.50 0 0.02
HSL 237.69º 0.94% 0.73% -
HSV(B) 237.69º 0.52% 0.98% -
XYZ 32.76 25.95 94.55 -
YUV 138.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 121 126 251 0.52 0.50 0 0.02 237.69 0.94 0.73
Hex 79 7E FB 34 32 0 2 EE 5E 49
Octal 171 176 373 64 62 0 2 356 136 111
Binary 1111001 1111110 11111011 110100 110010 0 10 11101110 1011110 1001001

Color Harmonies of #797EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797EFB

Black with #797EFB

Text Example


Text Example

White with #797EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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