#704EC5

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

Shades of Slate Blue #704EC5

Tints of Slate Blue #704EC5

Color information

#704EC5 (or 0x704EC5) is unknown color: approx Slate Blue. HEX triplet: 70, 4E and C5. RGB value is (112,78,197). Sum of RGB (Red+Green+Blue) = 112+78+197=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #704EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EC5 is #8FB13A. Grayscale: #656565. Windows color (decimal): -9417019 or 12930672. OLE color: 12930672.

HSL color Cylindrical-coordinate representation of color #704EC5: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704EC5 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11278197-
CMYK0.430.6000.23
HSL257.14º50.64%53.92%-
HSV(B)257.14º60.41%77.25%-
XYZ19.4812.9254.29-
YUV101.73181.76135.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 197 (77.34% from 255) = 50.90%
R=28.94%
G=20.16%
B=50.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112781970.430.6000.23257.1450.6453.92
Hex704EC52B3C0171013336
Octal16011630553740274016366
Binary1110000100111011000101101011111100010111100000001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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