#704ED8

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

Shades of Slate Blue #704ED8

Tints of Slate Blue #704ED8

Color information

#704ED8 (or 0x704ED8) is unknown color: approx Slate Blue. HEX triplet: 70, 4E and D8. RGB value is (112,78,216). Sum of RGB (Red+Green+Blue) = 112+78+216=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #704ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704ED8 is #8FB127. Grayscale: #676767. Windows color (decimal): -9417000 or 14175856. OLE color: 14175856.

HSL color Cylindrical-coordinate representation of color #704ED8: hue angle of 254.78º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704ED8 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11278216-
CMYK0.480.6400.15
HSL254.78º63.89%57.65%-
HSV(B)254.78º63.89%84.71%-
XYZ21.813.8566.49-
YUV103.9191.26133.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 216 (84.77% from 255) = 53.20%
R=27.59%
G=19.21%
B=53.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112782160.480.6400.15254.7863.8957.65
Hex704ED830400Fff403a
Octal1601163306010001737710072
Binary1110000100111011011000110000100000001111111111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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