#705fe2

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

Shades of Medium Slate Blue #705FE2

Tints of Medium Slate Blue #705FE2

Color information

#705FE2 (or 0x705FE2) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 5F and E2. RGB value is (112,95,226). Sum of RGB (Red+Green+Blue) = 112+95+226=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 226 (88.67% from 255 or 52.19% from 433); Max value from RGB is 226 - color contains mainly: blue. Hex color #705FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FE2 is #8FA01D. Grayscale: #727272. Windows color (decimal): -9412638 or 14835568. OLE color: 14835568.

HSL color Cylindrical-coordinate representation of color #705FE2: hue angle of 247.79º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705FE2 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11295226-
CMYK0.500.5800.11
HSL247.79º69.31%62.94%-
HSV(B)247.79º57.96%88.63%-
XYZ24.517.1273.96-
YUV115.02190.63125.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 226 (88.67% from 255) = 52.19%
R=25.87%
G=21.94%
B=52.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112952260.500.5800.11247.7969.3162.94
Hex705FE2323A0Bf8453f
Octal160137342627201337010577
Binary111000010111111110001011001011101001011111110001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,226); }

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

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

 a { background-color: rgb(112,95,226); }

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

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

 span { border-color: rgb(112,95,226); }

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