Html Css Color HEX #796BF6 Medium Slate Blue

📋 copy color: '#796BF6'

red 121 ◦ green 107 ◦ blue 246

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

Shades of Medium Slate Blue #796BF6

Tints of Medium Slate Blue #796BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.57%

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

R = 25.53%
G = 22.57%
B = 51.9%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#796BF6 (or 0x796BF6) is known color: Medium Slate Blue. HEX triplet: 79, 6B and F6. RGB value is (121,107,246). Sum of RGB (Red+Green+Blue) = 121+107+246=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #796BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796BF6 is #869409. Grayscale: #7E7E7E. Windows color (decimal): -8819722 or 16149369. OLE color: 16149369.

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

Color convert

RGB 121 107 246 -
CMYK 0.51 0.57 0 0.04
HSL 246.04º 0.89% 0.69% -
HSV(B) 246.04º 0.57% 0.96% -
XYZ 29.78 21.23 89.72 -
YUV 127.03 195.14 123.7 -
System Red Green Blue C M Y K H S L
Decimal 121 107 246 0.51 0.57 0 0.04 246.04 0.89 0.69
Hex 79 6B F6 33 39 0 4 F6 59 45
Octal 171 153 366 63 71 0 4 366 131 105
Binary 1111001 1101011 11110110 110011 111001 0 100 11110110 1011001 1000101

Color Harmonies of #796BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BF6

Black with #796BF6

Text Example


Text Example

White with #796BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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