#704CF9

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

Shades of Medium Slate Blue #704CF9

Tints of Medium Slate Blue #704CF9

Color information

#704CF9 (or 0x704CF9) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 4C and F9. RGB value is (112,76,249). Sum of RGB (Red+Green+Blue) = 112+76+249=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #704CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704CF9 is #8FB306. Grayscale: #696969. Windows color (decimal): -9417479 or 16338032. OLE color: 16338032.

HSL color Cylindrical-coordinate representation of color #704CF9: hue angle of 252.49º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #704CF9 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11276249-
CMYK0.550.6900.02
HSL252.49º93.51%63.73%-
HSV(B)252.49º69.48%97.65%-
XYZ26.3715.4591.22-
YUV106.49208.43131.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 249 (97.66% from 255) = 56.98%
R=25.63%
G=17.39%
B=56.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112762490.550.6900.02252.4993.5163.73
Hex704CF9374502fc5e40
Octal1601143716710502374136100
Binary111000010011001111100111011110001010101111110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,76,249); }

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

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

 a { background-color: rgb(112,76,249); }

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

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

 span { border-color: rgb(112,76,249); }

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