#705ECA

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

Shades of Slate Blue #705ECA

Tints of Slate Blue #705ECA

Color information

#705ECA (or 0x705ECA) is unknown color: approx Slate Blue. HEX triplet: 70, 5E and CA. RGB value is (112,94,202). Sum of RGB (Red+Green+Blue) = 112+94+202=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #705ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ECA is #8FA135. Grayscale: #6F6F6F. Windows color (decimal): -9412918 or 13262448. OLE color: 13262448.

HSL color Cylindrical-coordinate representation of color #705ECA: hue angle of 250º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705ECA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11294202-
CMYK0.450.5300.21
HSL250º50.47%58.04%-
HSV(B)250º53.47%79.22%-
XYZ21.3515.7157.79-
YUV111.69178.96128.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=27.45%
G=23.04%
B=49.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112942020.450.5300.2125050.4758.04
Hex705ECA2D35015fa323a
Octal16013631255650253726272
Binary111000010111101100101010110111010101010111111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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