Html Css Color HEX #796BE6 Medium Slate Blue

📋 copy color: '#796BE6'

red 121 ◦ green 107 ◦ blue 230

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

Shades of Medium Slate Blue #796BE6

Tints of Medium Slate Blue #796BE6

RGB

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

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

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

R = 26.42%
G = 23.36%
B = 50.22%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#796BE6 (or 0x796BE6) is known color: Medium Slate Blue. HEX triplet: 79, 6B and E6. RGB value is (121,107,230). Sum of RGB (Red+Green+Blue) = 121+107+230=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #796BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796BE6 is #869419. Grayscale: #7C7C7C. Windows color (decimal): -8819738 or 15100793. OLE color: 15100793.

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

Color convert

RGB 121 107 230 -
CMYK 0.47 0.53 0 0.10
HSL 246.83º 0.71% 0.66% -
HSV(B) 246.83º 0.53% 0.9% -
XYZ 27.43 20.29 77.33 -
YUV 125.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 121 107 230 0.47 0.53 0 0.10 246.83 0.71 0.66
Hex 79 6B E6 2F 35 0 A F7 47 42
Octal 171 153 346 57 65 0 12 367 107 102
Binary 1111001 1101011 11100110 101111 110101 0 1010 11110111 1000111 1000010

Color Harmonies of #796BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BE6

Black with #796BE6

Text Example


Text Example

White with #796BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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