#705EC3

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

Shades of Slate Blue #705EC3

Tints of Slate Blue #705EC3

Color information

#705EC3 (or 0x705EC3) is unknown color: approx Slate Blue. HEX triplet: 70, 5E and C3. RGB value is (112,94,195). Sum of RGB (Red+Green+Blue) = 112+94+195=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #705EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EC3 is #8FA13C. Grayscale: #6E6E6E. Windows color (decimal): -9412925 or 12803696. OLE color: 12803696.

HSL color Cylindrical-coordinate representation of color #705EC3: hue angle of 250.69º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705EC3 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11294195-
CMYK0.430.5200.24
HSL250.69º45.7%56.67%-
HSV(B)250.69º51.79%76.47%-
XYZ20.5415.3953.52-
YUV110.9175.46128.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 195 (76.56% from 255) = 48.63%
R=27.93%
G=23.44%
B=48.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112941950.430.5200.24250.6945.756.67
Hex705EC32B34018fb2e39
Octal16013630353640303735671
Binary111000010111101100001110101111010001100011111011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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