#705AF1

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

Shades of Medium Slate Blue #705AF1

Tints of Medium Slate Blue #705AF1

Color information

#705AF1 (or 0x705AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 5A and F1. RGB value is (112,90,241). Sum of RGB (Red+Green+Blue) = 112+90+241=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #705AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AF1 is #8FA50E. Grayscale: #717171. Windows color (decimal): -9413903 or 15817328. OLE color: 15817328.

HSL color Cylindrical-coordinate representation of color #705AF1: hue angle of 248.74º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705AF1 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11290241-
CMYK0.540.6300.05
HSL248.74º84.36%64.9%-
HSV(B)248.74º62.66%94.51%-
XYZ26.2217.1185.14-
YUV113.79199.79126.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=25.28%
G=20.32%
B=54.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112902410.540.6300.05248.7484.3664.9
Hex705AF1363F05f95441
Octal160132361667705371124101
Binary111000010110101111000111011011111101011111100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,90,241); }

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

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

 a { background-color: rgb(112,90,241); }

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

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

 span { border-color: rgb(112,90,241); }

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