Html Css Color HEX #796BEB Medium Slate Blue

📋 copy color: '#796BEB'

red 121 ◦ green 107 ◦ blue 235

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

Shades of Medium Slate Blue #796BEB

Tints of Medium Slate Blue #796BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 26.13%
G = 23.11%
B = 50.76%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#796BEB (or 0x796BEB) is known color: Medium Slate Blue. HEX triplet: 79, 6B and EB. RGB value is (121,107,235). Sum of RGB (Red+Green+Blue) = 121+107+235=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #796BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796BEB is #869414. Grayscale: #7D7D7D. Windows color (decimal): -8819733 or 15428473. OLE color: 15428473.

HSL color Cylindrical-coordinate representation of color #796BEB: hue angle of 246.56º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #796BEB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 107 235 -
CMYK 0.49 0.54 0 0.08
HSL 246.56º 0.76% 0.67% -
HSV(B) 246.56º 0.54% 0.92% -
XYZ 28.14 20.58 81.09 -
YUV 125.78 189.64 124.59 -
System Red Green Blue C M Y K H S L
Decimal 121 107 235 0.49 0.54 0 0.08 246.56 0.76 0.67
Hex 79 6B EB 31 36 0 8 F7 4C 43
Octal 171 153 353 61 66 0 10 367 114 103
Binary 1111001 1101011 11101011 110001 110110 0 1000 11110111 1001100 1000011

Color Harmonies of #796BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BEB

Black with #796BEB

Text Example


Text Example

White with #796BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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