#705BD6

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

Shades of Slate Blue #705BD6

Tints of Slate Blue #705BD6

Color information

#705BD6 (or 0x705BD6) is unknown color: approx Slate Blue. HEX triplet: 70, 5B and D6. RGB value is (112,91,214). Sum of RGB (Red+Green+Blue) = 112+91+214=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #705BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BD6 is #8FA429. Grayscale: #6E6E6E. Windows color (decimal): -9413674 or 14048112. OLE color: 14048112.

HSL color Cylindrical-coordinate representation of color #705BD6: hue angle of 250.24º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #705BD6 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11291214-
CMYK0.480.5700.16
HSL250.24º60%59.8%-
HSV(B)250.24º57.48%83.92%-
XYZ22.5615.7865.48-
YUV111.3185.96128.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 214 (83.98% from 255) = 51.32%
R=26.86%
G=21.82%
B=51.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112912140.480.5700.16250.246059.8
Hex705BD63039010fa3c3c
Octal16013332660710203727474
Binary111000010110111101011011000011100101000011111010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,91,214); }

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

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

 a { background-color: rgb(112,91,214); }

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

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

 span { border-color: rgb(112,91,214); }

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