#796CDF

Color #796CDF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #796CDF

Tints of Medium Slate Blue #796CDF

Color information

#796CDF (or 0x796CDF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 6C and DF. RGB value is (121,108,223). Sum of RGB (Red+Green+Blue) = 121+108+223=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #796CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDF is #869320. Grayscale: #7C7C7C. Windows color (decimal): -8819489 or 14642297. OLE color: 14642297.

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

Color convert

RGB121108223-
CMYK0.460.5200.13
HSL246.78º64.25%64.9%-
HSV(B)246.78º51.57%87.45%-
XYZ26.5720.1272.29-
YUV125183.31125.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.77%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 223 (87.5% from 255) = 49.34%
R=26.77%
G=23.89%
B=49.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211082230.460.5200.13246.7864.2564.9
Hex796CDF2E340Df74041
Octal1711543375664015367100101
Binary1111001110110011011111101110110100011011111011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #796CDF;
 }
 .AnyTagClassName
 {
   color: #796CDF;
 }
</style>
background-color css

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

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

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

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

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

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