Html Css Color HEX #796CDC Medium Slate Blue

📋 copy color: '#796CDC'

red 121 ◦ green 108 ◦ blue 220

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

Shades of Medium Slate Blue #796CDC

Tints of Medium Slate Blue #796CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 26.95%
G = 24.05%
B = 49%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#796CDC (or 0x796CDC) is known color: Medium Slate Blue. HEX triplet: 79, 6C and DC. RGB value is (121,108,220). Sum of RGB (Red+Green+Blue) = 121+108+220=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #796CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDC is #869323. Grayscale: #7C7C7C. Windows color (decimal): -8819492 or 14445689. OLE color: 14445689.

HSL color Cylindrical-coordinate representation of color #796CDC: hue angle of 246.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796CDC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 108 220 -
CMYK 0.45 0.51 0 0.14
HSL 246.96º 0.62% 0.64% -
HSV(B) 246.96º 0.51% 0.86% -
XYZ 26.17 19.96 70.18 -
YUV 124.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 121 108 220 0.45 0.51 0 0.14 246.96 0.62 0.64
Hex 79 6C DC 2D 33 0 E F7 3E 40
Octal 171 154 334 55 63 0 16 367 76 100
Binary 1111001 1101100 11011100 101101 110011 0 1110 11110111 111110 1000000

Color Harmonies of #796CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CDC

Black with #796CDC

Text Example


Text Example

White with #796CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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