#704DF3

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

Shades of Medium Slate Blue #704DF3

Tints of Medium Slate Blue #704DF3

Color information

#704DF3 (or 0x704DF3) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 4D and F3. RGB value is (112,77,243). Sum of RGB (Red+Green+Blue) = 112+77+243=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #704DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704DF3 is #8FB20C. Grayscale: #696969. Windows color (decimal): -9417229 or 15945072. OLE color: 15945072.

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

Color convert

RGB11277243-
CMYK0.540.6800.05
HSL252.65º87.37%62.75%-
HSV(B)252.65º68.31%95.29%-
XYZ25.5115.2286.39-
YUV106.39205.1132-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 77 (30.47% from 255) = 17.82%
BLUE value IS 243 (95.31% from 255) = 56.25%
R=25.93%
G=17.82%
B=56.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112772430.540.6800.05252.6587.3762.75
Hex704DF3364405fd573f
Octal160115363661040537512777
Binary111000010011011111001111011010001000101111111011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704DF3; }

 p { color: rgb(112,77,243); }

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

<style>
 a { background-color: #704DF3; }

 a { background-color: rgb(112,77,243); }

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

<style>
 span { border-color: #704DF3; }

 span { border-color: rgb(112,77,243); }

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