#704ECE

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

Shades of Slate Blue #704ECE

Tints of Slate Blue #704ECE

Color information

#704ECE (or 0x704ECE) is unknown color: approx Slate Blue. HEX triplet: 70, 4E and CE. RGB value is (112,78,206). Sum of RGB (Red+Green+Blue) = 112+78+206=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #704ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ECE is #8FB131. Grayscale: #666666. Windows color (decimal): -9417010 or 13520496. OLE color: 13520496.

HSL color Cylindrical-coordinate representation of color #704ECE: hue angle of 255.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704ECE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11278206-
CMYK0.460.6200.19
HSL255.94º56.64%55.69%-
HSV(B)255.94º62.14%80.78%-
XYZ20.5513.3559.89-
YUV102.76186.26134.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 78 (30.86% from 255) = 19.70%
BLUE value IS 206 (80.86% from 255) = 52.02%
R=28.28%
G=19.70%
B=52.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112782060.460.6200.19255.9456.6455.69
Hex704ECE2E3E0131003938
Octal16011631656760234007170
Binary1110000100111011001110101110111110010011100000000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704ECE; }

 p { color: rgb(112,78,206); }

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

<style>
 a { background-color: #704ECE; }

 a { background-color: rgb(112,78,206); }

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

<style>
 span { border-color: #704ECE; }

 span { border-color: rgb(112,78,206); }

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