#705ECB

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

Shades of Slate Blue #705ECB

Tints of Slate Blue #705ECB

Color information

#705ECB (or 0x705ECB) is unknown color: approx Slate Blue. HEX triplet: 70, 5E and CB. RGB value is (112,94,203). Sum of RGB (Red+Green+Blue) = 112+94+203=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #705ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ECB is #8FA134. Grayscale: #6F6F6F. Windows color (decimal): -9412917 or 13327984. OLE color: 13327984.

HSL color Cylindrical-coordinate representation of color #705ECB: hue angle of 249.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705ECB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11294203-
CMYK0.450.5400.20
HSL249.91º51.17%58.24%-
HSV(B)249.91º53.69%79.61%-
XYZ21.4615.7658.41-
YUV111.81179.46128.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=27.38%
G=22.98%
B=49.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112942030.450.5400.20249.9151.1758.24
Hex705ECB2D36014fa333a
Octal16013631355660243726372
Binary111000010111101100101110110111011001010011111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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