#704EC9

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

Shades of Slate Blue #704EC9

Tints of Slate Blue #704EC9

Color information

#704EC9 (or 0x704EC9) is unknown color: approx Slate Blue. HEX triplet: 70, 4E and C9. RGB value is (112,78,201). Sum of RGB (Red+Green+Blue) = 112+78+201=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #704EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EC9 is #8FB136. Grayscale: #656565. Windows color (decimal): -9417015 or 13192816. OLE color: 13192816.

HSL color Cylindrical-coordinate representation of color #704EC9: hue angle of 256.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704EC9 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11278201-
CMYK0.440.6100.21
HSL256.59º53.25%54.71%-
HSV(B)256.59º61.19%78.82%-
XYZ19.9513.1156.74-
YUV102.19183.76135-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 201 (78.91% from 255) = 51.41%
R=28.64%
G=19.95%
B=51.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112782010.440.6100.21256.5953.2554.71
Hex704EC92C3D0151013537
Octal16011631154750254016567
Binary1110000100111011001001101100111101010101100000001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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