Html Css Color HEX #796CDE Medium Slate Blue

📋 copy color: '#796CDE'

red 121 ◦ green 108 ◦ blue 222

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

Shades of Medium Slate Blue #796CDE

Tints of Medium Slate Blue #796CDE

RGB

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

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

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

R = 26.83%
G = 23.95%
B = 49.22%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#796CDE (or 0x796CDE) is known color: Medium Slate Blue. HEX triplet: 79, 6C and DE. RGB value is (121,108,222). Sum of RGB (Red+Green+Blue) = 121+108+222=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #796CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDE is #869321. Grayscale: #7C7C7C. Windows color (decimal): -8819490 or 14576761. OLE color: 14576761.

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

Color convert

RGB 121 108 222 -
CMYK 0.45 0.51 0 0.13
HSL 246.84º 0.63% 0.65% -
HSV(B) 246.84º 0.51% 0.87% -
XYZ 26.43 20.06 71.59 -
YUV 124.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 121 108 222 0.45 0.51 0 0.13 246.84 0.63 0.65
Hex 79 6C DE 2D 33 0 D F7 3F 41
Octal 171 154 336 55 63 0 15 367 77 101
Binary 1111001 1101100 11011110 101101 110011 0 1101 11110111 111111 1000001

Color Harmonies of #796CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CDE

Black with #796CDE

Text Example


Text Example

White with #796CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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