#705CFE

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

Shades of Medium Slate Blue #705CFE

Tints of Medium Slate Blue #705CFE

Color information

#705CFE (or 0x705CFE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 5C and FE. RGB value is (112,92,254). Sum of RGB (Red+Green+Blue) = 112+92+254=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #705CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CFE is #8FA301. Grayscale: #737373. Windows color (decimal): -9413378 or 16669808. OLE color: 16669808.

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

Color convert

RGB11292254-
CMYK0.560.6400.00
HSL247.41º98.78%67.84%-
HSV(B)247.41º63.78%99.61%-
XYZ28.418.2595.79-
YUV116.45205.63124.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 92 (36.33% from 255) = 20.09%
BLUE value IS 254 (99.61% from 255) = 55.46%
R=24.45%
G=20.09%
B=55.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112922540.560.6400.00247.4198.7867.84
Hex705CFE384000f76344
Octal1601343767010000367143104
Binary11100001011100111111101110001000000001111011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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