#705CD7

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

Shades of Slate Blue #705CD7

Tints of Slate Blue #705CD7

Color information

#705CD7 (or 0x705CD7) is unknown color: approx Slate Blue. HEX triplet: 70, 5C and D7. RGB value is (112,92,215). Sum of RGB (Red+Green+Blue) = 112+92+215=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #705CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CD7 is #8FA328. Grayscale: #6F6F6F. Windows color (decimal): -9413417 or 14113904. OLE color: 14113904.

HSL color Cylindrical-coordinate representation of color #705CD7: hue angle of 249.76º degrees, saturation: 0.61, 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 #705CD7 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11292215-
CMYK0.480.5700.16
HSL249.76º60.59%60.2%-
HSV(B)249.76º57.21%84.31%-
XYZ22.7716.0166.18-
YUV112186.13128-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 215 (84.38% from 255) = 51.31%
R=26.73%
G=21.96%
B=51.31%

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
Decimal112922150.480.5700.16249.7660.5960.2
Hex705CD73039010fa3d3c
Octal16013432760710203727574
Binary111000010111001101011111000011100101000011111010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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