#705AD8

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

Shades of Slate Blue #705AD8

Tints of Slate Blue #705AD8

Color information

#705AD8 (or 0x705AD8) is unknown color: approx Slate Blue. HEX triplet: 70, 5A and D8. RGB value is (112,90,216). Sum of RGB (Red+Green+Blue) = 112+90+216=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #705AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AD8 is #8FA527. Grayscale: #6E6E6E. Windows color (decimal): -9413928 or 14178928. OLE color: 14178928.

HSL color Cylindrical-coordinate representation of color #705AD8: hue angle of 250.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705AD8 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11290216-
CMYK0.480.5800.15
HSL250.48º61.76%60%-
HSV(B)250.48º58.33%84.71%-
XYZ22.7315.7166.8-
YUV110.94187.29128.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 216 (84.77% from 255) = 51.67%
R=26.79%
G=21.53%
B=51.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112902160.480.5800.15250.4861.7660
Hex705AD8303A0Ffa3e3c
Octal16013233060720173727674
Binary11100001011010110110001100001110100111111111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,90,216); }

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

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

 a { background-color: rgb(112,90,216); }

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

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

 span { border-color: rgb(112,90,216); }

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