#704EC0

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

Shades of Slate Blue #704EC0

Tints of Slate Blue #704EC0

Color information

#704EC0 (or 0x704EC0) is unknown color: approx Slate Blue. HEX triplet: 70, 4E and C0. RGB value is (112,78,192). Sum of RGB (Red+Green+Blue) = 112+78+192=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #704EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EC0 is #8FB13F. Grayscale: #646464. Windows color (decimal): -9417024 or 12602992. OLE color: 12602992.

HSL color Cylindrical-coordinate representation of color #704EC0: hue angle of 257.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #704EC0 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11278192-
CMYK0.420.5900.25
HSL257.89º47.5%52.94%-
HSV(B)257.89º59.38%75.29%-
XYZ18.9212.751.32-
YUV101.16179.26135.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 192 (75.39% from 255) = 50.26%
R=29.32%
G=20.42%
B=50.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112781920.420.5900.25257.8947.552.94
Hex704EC02A3B0191023035
Octal16011630052730314026065
Binary1110000100111011000000101010111011011001100000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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