#705CC1

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

Shades of Slate Blue #705CC1

Tints of Slate Blue #705CC1

Color information

#705CC1 (or 0x705CC1) is unknown color: approx Slate Blue. HEX triplet: 70, 5C and C1. RGB value is (112,92,193). Sum of RGB (Red+Green+Blue) = 112+92+193=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #705CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CC1 is #8FA33E. Grayscale: #6D6D6D. Windows color (decimal): -9413439 or 12672112. OLE color: 12672112.

HSL color Cylindrical-coordinate representation of color #705CC1: hue angle of 251.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705CC1 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11292193-
CMYK0.420.5200.24
HSL251.88º44.89%55.88%-
HSV(B)251.88º52.33%75.69%-
XYZ20.1314.9552.28-
YUV109.49175.13129.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=28.21%
G=23.17%
B=48.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112921930.420.5200.24251.8844.8955.88
Hex705CC12A34018fc2d38
Octal16013430152640303745570
Binary111000010111001100000110101011010001100011111100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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