#736BDC

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

Shades of Medium Slate Blue #736BDC

Tints of Medium Slate Blue #736BDC

Color information

#736BDC (or 0x736BDC) is unknown color: approx Medium Slate Blue. HEX triplet: 73, 6B and DC. RGB value is (115,107,220). Sum of RGB (Red+Green+Blue) = 115+107+220=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #736BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BDC is #8C9423. Grayscale: #797979. Windows color (decimal): -9212964 or 14445427. OLE color: 14445427.

HSL color Cylindrical-coordinate representation of color #736BDC: hue angle of 244.25º 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 #736BDC is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115107220-
CMYK0.480.5100.14
HSL244.25º61.75%64.12%-
HSV(B)244.25º51.36%86.27%-
XYZ25.2519.3370.11-
YUV122.27183.15122.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=26.02%
G=24.21%
B=49.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151072200.480.5100.14244.2561.7564.12
Hex736BDC30330Ef43e40
Octal163153334606301636476100
Binary111001111010111101110011000011001101110111101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736BDC; }

 p { color: rgb(115,107,220); }

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

<style>
 a { background-color: #736BDC; }

 a { background-color: rgb(115,107,220); }

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

<style>
 span { border-color: #736BDC; }

 span { border-color: rgb(115,107,220); }

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