#705FFE

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

Shades of Medium Slate Blue #705FFE

Tints of Medium Slate Blue #705FFE

Color information

#705FFE (or 0x705FFE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 5F and FE. RGB value is (112,95,254). Sum of RGB (Red+Green+Blue) = 112+95+254=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #705FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FFE is #8FA001. Grayscale: #757575. Windows color (decimal): -9412610 or 16670576. OLE color: 16670576.

HSL color Cylindrical-coordinate representation of color #705FFE: hue angle of 246.42º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705FFE is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11295254-
CMYK0.560.6300.00
HSL246.42º98.76%68.43%-
HSV(B)246.42º62.6%99.61%-
XYZ28.6618.7895.88-
YUV118.21204.63123.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 254 (99.61% from 255) = 55.10%
R=24.30%
G=20.61%
B=55.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112952540.560.6300.00246.4298.7668.43
Hex705FFE383F00f66344
Octal160137376707700366143104
Binary1110000101111111111110111000111111001111011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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