Html Css Color HEX #796FE6 Medium Slate Blue

📋 copy color: '#796FE6'

red 121 ◦ green 111 ◦ blue 230

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

Shades of Medium Slate Blue #796FE6

Tints of Medium Slate Blue #796FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.03%

 BLUE value IS 230 (90.23% from 255) = 49.78%

R = 26.19%
G = 24.03%
B = 49.78%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#796FE6 (or 0x796FE6) is known color: Medium Slate Blue. HEX triplet: 79, 6F and E6. RGB value is (121,111,230). Sum of RGB (Red+Green+Blue) = 121+111+230=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #796FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796FE6 is #869019. Grayscale: #7F7F7F. Windows color (decimal): -8818714 or 15101817. OLE color: 15101817.

HSL color Cylindrical-coordinate representation of color #796FE6: hue angle of 245.04º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #796FE6 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 111 230 -
CMYK 0.47 0.52 0 0.10
HSL 245.04º 0.7% 0.67% -
HSV(B) 245.04º 0.52% 0.9% -
XYZ 27.85 21.15 77.48 -
YUV 127.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 121 111 230 0.47 0.52 0 0.10 245.04 0.7 0.67
Hex 79 6F E6 2F 34 0 A F5 46 43
Octal 171 157 346 57 64 0 12 365 106 103
Binary 1111001 1101111 11100110 101111 110100 0 1010 11110101 1000110 1000011

Color Harmonies of #796FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FE6

Black with #796FE6

Text Example


Text Example

White with #796FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796FE6; }

 p { color: rgb(121,111,230); }

 H1.HeaderClassName
 {
   color: #796FE6;
 }
 .AnyTagClassName
 {
   color: #796FE6;
 }
</style>

background-color css

<style>
 a { background-color: #796FE6; }

 a { background-color: rgb(121,111,230); }

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

border-color css

<style>
 span { border-color: #796FE6; }

 span { border-color: rgb(121,111,230); }

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