Html Css Color HEX #797CF9 Light Slate Blue

📋 copy color: '#797CF9'

red 121 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #797CF9

Tints of Light Slate Blue #797CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 24.49%
G = 25.1%
B = 50.4%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#797CF9 (or 0x797CF9) is known color: Light Slate Blue. HEX triplet: 79, 7C and F9. RGB value is (121,124,249). Sum of RGB (Red+Green+Blue) = 121+124+249=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #797CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797CF9 is #868306. Grayscale: #888888. Windows color (decimal): -8815367 or 16350329. OLE color: 16350329.

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

Color convert

RGB 121 124 249 -
CMYK 0.51 0.50 0 0.02
HSL 238.59º 0.91% 0.73% -
HSV(B) 238.59º 0.51% 0.98% -
XYZ 32.19 25.32 92.81 -
YUV 137.35 191.01 116.34 -
System Red Green Blue C M Y K H S L
Decimal 121 124 249 0.51 0.50 0 0.02 238.59 0.91 0.73
Hex 79 7C F9 33 32 0 2 EF 5B 49
Octal 171 174 371 63 62 0 2 357 133 111
Binary 1111001 1111100 11111001 110011 110010 0 10 11101111 1011011 1001001

Color Harmonies of #797CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CF9

Black with #797CF9

Text Example


Text Example

White with #797CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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