#736ED6

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

Shades of Slate Blue #736ED6

Tints of Slate Blue #736ED6

Color information

#736ED6 (or 0x736ED6) is unknown color: approx Slate Blue. HEX triplet: 73, 6E and D6. RGB value is (115,110,214). Sum of RGB (Red+Green+Blue) = 115+110+214=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #736ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ED6 is #8C9129. Grayscale: #7A7A7A. Windows color (decimal): -9212202 or 14052979. OLE color: 14052979.

HSL color Cylindrical-coordinate representation of color #736ED6: hue angle of 242.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #736ED6 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115110214-
CMYK0.460.4900.16
HSL242.88º55.91%63.53%-
HSV(B)242.88º48.6%83.92%-
XYZ24.7819.6566.11-
YUV123.35179.16122.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.20%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 214 (83.98% from 255) = 48.75%
R=26.20%
G=25.06%
B=48.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151102140.460.4900.16242.8855.9163.53
Hex736ED62E31010f33840
Octal163156326566102036370100
Binary1110011110111011010110101110110001010000111100111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,110,214); }

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

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

 a { background-color: rgb(115,110,214); }

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

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

 span { border-color: rgb(115,110,214); }

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