#705BEA

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

Shades of Medium Slate Blue #705BEA

Tints of Medium Slate Blue #705BEA

Color information

#705BEA (or 0x705BEA) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 5B and EA. RGB value is (112,91,234). Sum of RGB (Red+Green+Blue) = 112+91+234=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #705BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BEA is #8FA415. Grayscale: #717171. Windows color (decimal): -9413654 or 15358832. OLE color: 15358832.

HSL color Cylindrical-coordinate representation of color #705BEA: hue angle of 248.81º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705BEA is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11291234-
CMYK0.520.6100.08
HSL248.81º77.3%63.73%-
HSV(B)248.81º61.11%91.76%-
XYZ25.2716.8779.77-
YUV113.58195.96126.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 234 (91.80% from 255) = 53.55%
R=25.63%
G=20.82%
B=53.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112912340.520.6100.08248.8177.363.73
Hex705BEA343D08f94d40
Octal1601333526475010371115100
Binary1110000101101111101010110100111101010001111100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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