Html Css Color HEX #796ADE Medium Slate Blue

📋 copy color: '#796ADE'

red 121 ◦ green 106 ◦ blue 222

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

Shades of Medium Slate Blue #796ADE

Tints of Medium Slate Blue #796ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 26.95%
G = 23.61%
B = 49.44%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#796ADE (or 0x796ADE) is known color: Medium Slate Blue. HEX triplet: 79, 6A and DE. RGB value is (121,106,222). Sum of RGB (Red+Green+Blue) = 121+106+222=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #796ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ADE is #869521. Grayscale: #7B7B7B. Windows color (decimal): -8820002 or 14576249. OLE color: 14576249.

HSL color Cylindrical-coordinate representation of color #796ADE: hue angle of 247.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #796ADE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 106 222 -
CMYK 0.45 0.52 0 0.13
HSL 247.76º 0.64% 0.64% -
HSV(B) 247.76º 0.52% 0.87% -
XYZ 26.22 19.65 71.52 -
YUV 123.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 121 106 222 0.45 0.52 0 0.13 247.76 0.64 0.64
Hex 79 6A DE 2D 34 0 D F8 40 40
Octal 171 152 336 55 64 0 15 370 100 100
Binary 1111001 1101010 11011110 101101 110100 0 1101 11111000 1000000 1000000

Color Harmonies of #796ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796ADE

Black with #796ADE

Text Example


Text Example

White with #796ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,222); }

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

background-color css

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

 a { background-color: rgb(121,106,222); }

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

border-color css

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

 span { border-color: rgb(121,106,222); }

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