Html Css Color HEX #797CFC Light Slate Blue

📋 copy color: '#797CFC'

red 121 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #797CFC

Tints of Light Slate Blue #797CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 24.35%
G = 24.95%
B = 50.7%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#797CFC (or 0x797CFC) is known color: Light Slate Blue. HEX triplet: 79, 7C and FC. RGB value is (121,124,252). Sum of RGB (Red+Green+Blue) = 121+124+252=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #797CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CFC is #868303. Grayscale: #898989. Windows color (decimal): -8815364 or 16546937. OLE color: 16546937.

HSL color Cylindrical-coordinate representation of color #797CFC: hue angle of 238.63º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #797CFC is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 124 252 -
CMYK 0.52 0.51 0 0.01
HSL 238.63º 0.96% 0.73% -
HSV(B) 238.63º 0.52% 0.99% -
XYZ 32.66 25.51 95.3 -
YUV 137.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 121 124 252 0.52 0.51 0 0.01 238.63 0.96 0.73
Hex 79 7C FC 34 33 0 1 EF 60 49
Octal 171 174 374 64 63 0 1 357 140 111
Binary 1111001 1111100 11111100 110100 110011 0 1 11101111 1100000 1001001

Color Harmonies of #797CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CFC

Black with #797CFC

Text Example


Text Example

White with #797CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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