#705FCE

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

Shades of Slate Blue #705FCE

Tints of Slate Blue #705FCE

Color information

#705FCE (or 0x705FCE) is unknown color: approx Slate Blue. HEX triplet: 70, 5F and CE. RGB value is (112,95,206). Sum of RGB (Red+Green+Blue) = 112+95+206=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #705FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FCE is #8FA031. Grayscale: #707070. Windows color (decimal): -9412658 or 13524848. OLE color: 13524848.

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

Color convert

RGB11295206-
CMYK0.460.5400.19
HSL249.19º53.11%59.02%-
HSV(B)249.19º53.88%80.78%-
XYZ21.9116.0960.34-
YUV112.74180.63127.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=27.12%
G=23.00%
B=49.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112952060.460.5400.19249.1953.1159.02
Hex705FCE2E36013f9353b
Octal16013731656660233716573
Binary111000010111111100111010111011011001001111111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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