#705CC8

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

Shades of Slate Blue #705CC8

Tints of Slate Blue #705CC8

Color information

#705CC8 (or 0x705CC8) is unknown color: approx Slate Blue. HEX triplet: 70, 5C and C8. RGB value is (112,92,200). Sum of RGB (Red+Green+Blue) = 112+92+200=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #705CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CC8 is #8FA337. Grayscale: #6D6D6D. Windows color (decimal): -9413432 or 13130864. OLE color: 13130864.

HSL color Cylindrical-coordinate representation of color #705CC8: hue angle of 251.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705CC8 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11292200-
CMYK0.440.5400.22
HSL251.11º49.54%57.25%-
HSV(B)251.11º54%78.43%-
XYZ20.9315.2756.49-
YUV110.29178.63129.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 200 (78.52% from 255) = 49.50%
R=27.72%
G=22.77%
B=49.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112922000.440.5400.22251.1149.5457.25
Hex705CC82C36016fb3239
Octal16013431054660263736271
Binary111000010111001100100010110011011001011011111011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,92,200); }

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

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

 a { background-color: rgb(112,92,200); }

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

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

 span { border-color: rgb(112,92,200); }

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