#705CDE

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

Shades of Slate Blue #705CDE

Tints of Slate Blue #705CDE

Color information

#705CDE (or 0x705CDE) is unknown color: approx Slate Blue. HEX triplet: 70, 5C and DE. RGB value is (112,92,222). Sum of RGB (Red+Green+Blue) = 112+92+222=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #705CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CDE is #8FA321. Grayscale: #707070. Windows color (decimal): -9413410 or 14572656. OLE color: 14572656.

HSL color Cylindrical-coordinate representation of color #705CDE: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705CDE is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11292222-
CMYK0.500.5900.13
HSL249.23º66.33%61.57%-
HSV(B)249.23º58.56%87.06%-
XYZ23.6916.3771.02-
YUV112.8189.63127.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=26.29%
G=21.60%
B=52.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112922220.500.5900.13249.2366.3361.57
Hex705CDE323B0Df9423e
Octal160134336627301537110276
Binary111000010111001101111011001011101101101111110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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