#705ED4

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

Shades of Slate Blue #705ED4

Tints of Slate Blue #705ED4

Color information

#705ED4 (or 0x705ED4) is unknown color: approx Slate Blue. HEX triplet: 70, 5E and D4. RGB value is (112,94,212). Sum of RGB (Red+Green+Blue) = 112+94+212=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #705ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ED4 is #8FA12B. Grayscale: #707070. Windows color (decimal): -9412908 or 13917808. OLE color: 13917808.

HSL color Cylindrical-coordinate representation of color #705ED4: hue angle of 249.15º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705ED4 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11294212-
CMYK0.470.5600.17
HSL249.15º57.84%60%-
HSV(B)249.15º55.66%83.14%-
XYZ22.5716.264.23-
YUV112.83183.96127.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=26.79%
G=22.49%
B=50.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112942120.470.5600.17249.1557.8460
Hex705ED42F38011f93a3c
Octal16013632457700213717274
Binary111000010111101101010010111111100001000111111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705ED4; }

 p { color: rgb(112,94,212); }

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

<style>
 a { background-color: #705ED4; }

 a { background-color: rgb(112,94,212); }

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

<style>
 span { border-color: #705ED4; }

 span { border-color: rgb(112,94,212); }

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