Html Css Color HEX #796CEF Medium Slate Blue

📋 copy color: '#796CEF'

red 121 ◦ green 108 ◦ blue 239

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

Shades of Medium Slate Blue #796CEF

Tints of Medium Slate Blue #796CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.08%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 25.85%
G = 23.08%
B = 51.07%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#796CEF (or 0x796CEF) is known color: Medium Slate Blue. HEX triplet: 79, 6C and EF. RGB value is (121,108,239). Sum of RGB (Red+Green+Blue) = 121+108+239=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #796CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796CEF is #869310. Grayscale: #7E7E7E. Windows color (decimal): -8819473 or 15690873. OLE color: 15690873.

HSL color Cylindrical-coordinate representation of color #796CEF: hue angle of 245.95º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #796CEF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 108 239 -
CMYK 0.49 0.55 0 0.06
HSL 245.95º 0.8% 0.68% -
HSV(B) 245.95º 0.55% 0.94% -
XYZ 28.83 21.02 84.2 -
YUV 126.82 191.31 123.85 -
System Red Green Blue C M Y K H S L
Decimal 121 108 239 0.49 0.55 0 0.06 245.95 0.8 0.68
Hex 79 6C EF 31 37 0 6 F6 50 44
Octal 171 154 357 61 67 0 6 366 120 104
Binary 1111001 1101100 11101111 110001 110111 0 110 11110110 1010000 1000100

Color Harmonies of #796CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CEF

Black with #796CEF

Text Example


Text Example

White with #796CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,239); }

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

background-color css

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

 a { background-color: rgb(121,108,239); }

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

border-color css

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

 span { border-color: rgb(121,108,239); }

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