Html Css Color HEX #797BF6 Light Slate Blue

📋 copy color: '#797BF6'

red 121 ◦ green 123 ◦ blue 246

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

Shades of Light Slate Blue #797BF6

Tints of Light Slate Blue #797BF6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.1%

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 24.69%
G = 25.1%
B = 50.2%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#797BF6 (or 0x797BF6) is known color: Light Slate Blue. HEX triplet: 79, 7B and F6. RGB value is (121,123,246). Sum of RGB (Red+Green+Blue) = 121+123+246=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #797BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #797BF6 is #868409. Grayscale: #878787. Windows color (decimal): -8815626 or 16153465. OLE color: 16153465.

HSL color Cylindrical-coordinate representation of color #797BF6: hue angle of 239.04º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #797BF6 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 121 123 246 -
CMYK 0.51 0.50 0 0.04
HSL 239.04º 0.87% 0.72% -
HSV(B) 239.04º 0.51% 0.96% -
XYZ 31.6 24.88 90.33 -
YUV 136.42 189.84 117 -
System Red Green Blue C M Y K H S L
Decimal 121 123 246 0.51 0.50 0 0.04 239.04 0.87 0.72
Hex 79 7B F6 33 32 0 4 EF 57 48
Octal 171 173 366 63 62 0 4 357 127 110
Binary 1111001 1111011 11110110 110011 110010 0 100 11101111 1010111 1001000

Color Harmonies of #797BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BF6

Black with #797BF6

Text Example


Text Example

White with #797BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,123,246); }

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

background-color css

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

 a { background-color: rgb(121,123,246); }

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

border-color css

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

 span { border-color: rgb(121,123,246); }

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