#705ED3

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

Shades of Slate Blue #705ED3

Tints of Slate Blue #705ED3

Color information

#705ED3 (or 0x705ED3) is unknown color: approx Slate Blue. HEX triplet: 70, 5E and D3. RGB value is (112,94,211). Sum of RGB (Red+Green+Blue) = 112+94+211=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #705ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ED3 is #8FA12C. Grayscale: #707070. Windows color (decimal): -9412909 or 13852272. OLE color: 13852272.

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

Color convert

RGB11294211-
CMYK0.470.5500.17
HSL249.23º57.07%59.8%-
HSV(B)249.23º55.45%82.75%-
XYZ22.4416.1563.56-
YUV112.72183.46127.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 211 (82.81% from 255) = 50.60%
R=26.86%
G=22.54%
B=50.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112942110.470.5500.17249.2357.0759.8
Hex705ED32F37011f9393c
Octal16013632357670213717174
Binary111000010111101101001110111111011101000111111001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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