#724DFF

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

Shades of Medium Slate Blue #724DFF

Tints of Medium Slate Blue #724DFF

Color information

#724DFF (or 0x724DFF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 4D and FF. RGB value is (114,77,255). Sum of RGB (Red+Green+Blue) = 114+77+255=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #724DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #724DFF is #8DB200. Grayscale: #6B6B6B. Windows color (decimal): -9286145 or 16731506. OLE color: 16731506.

HSL color Cylindrical-coordinate representation of color #724DFF: hue angle of 252.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #724DFF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11477255-
CMYK0.550.7000
HSL252.47º100%65.1%-
HSV(B)252.47º69.8%100%-
XYZ27.6416.1196.26-
YUV108.35210.76132.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 255 (100% from 255) = 57.17%
R=25.56%
G=17.26%
B=57.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal114772550.550.7000252.4710065.1
Hex724DFF374600fc6441
Octal1621153776710600374144101
Binary11100101001101111111111101111000110001111110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724DFF; }

 p { color: rgb(114,77,255); }

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

<style>
 a { background-color: #724DFF; }

 a { background-color: rgb(114,77,255); }

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

<style>
 span { border-color: #724DFF; }

 span { border-color: rgb(114,77,255); }

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