Html Css Color HEX #797CFB Light Slate Blue

📋 copy color: '#797CFB'

red 121 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #797CFB

Tints of Light Slate Blue #797CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

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

R = 24.4%
G = 25%
B = 50.6%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#797CFB (or 0x797CFB) is known color: Light Slate Blue. HEX triplet: 79, 7C and FB. RGB value is (121,124,251). Sum of RGB (Red+Green+Blue) = 121+124+251=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #797CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CFB is #868304. Grayscale: #898989. Windows color (decimal): -8815365 or 16481401. OLE color: 16481401.

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

Color convert

RGB 121 124 251 -
CMYK 0.52 0.51 0 0.02
HSL 238.62º 0.94% 0.73% -
HSV(B) 238.62º 0.52% 0.98% -
XYZ 32.51 25.45 94.47 -
YUV 137.58 192.01 116.17 -
System Red Green Blue C M Y K H S L
Decimal 121 124 251 0.52 0.51 0 0.02 238.62 0.94 0.73
Hex 79 7C FB 34 33 0 2 EF 5E 49
Octal 171 174 373 64 63 0 2 357 136 111
Binary 1111001 1111100 11111011 110100 110011 0 10 11101111 1011110 1001001

Color Harmonies of #797CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CFB

Black with #797CFB

Text Example


Text Example

White with #797CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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