#705DCE

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

Shades of Slate Blue #705DCE

Tints of Slate Blue #705DCE

Color information

#705DCE (or 0x705DCE) is unknown color: approx Slate Blue. HEX triplet: 70, 5D and CE. RGB value is (112,93,206). Sum of RGB (Red+Green+Blue) = 112+93+206=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #705DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DCE is #8FA231. Grayscale: #6F6F6F. Windows color (decimal): -9413170 or 13524336. OLE color: 13524336.

HSL color Cylindrical-coordinate representation of color #705DCE: hue angle of 250.09º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705DCE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11293206-
CMYK0.460.5500.19
HSL250.09º53.55%58.63%-
HSV(B)250.09º54.85%80.78%-
XYZ21.7415.7360.28-
YUV111.56181.29128.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=27.25%
G=22.63%
B=50.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112932060.460.5500.19250.0953.5558.63
Hex705DCE2E37013fa363b
Octal16013531656670233726673
Binary111000010111011100111010111011011101001111111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,206); }

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

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

 a { background-color: rgb(112,93,206); }

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

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

 span { border-color: rgb(112,93,206); }

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