#724CFF

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

Shades of Medium Slate Blue #724CFF

Tints of Medium Slate Blue #724CFF

Color information

#724CFF (or 0x724CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 4C and FF. RGB value is (114,76,255). Sum of RGB (Red+Green+Blue) = 114+76+255=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #724CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724CFF is #8DB300. Grayscale: #6B6B6B. Windows color (decimal): -9286401 or 16731250. OLE color: 16731250.

HSL color Cylindrical-coordinate representation of color #724CFF: hue angle of 252.74º 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 #724CFF is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB11476255-
CMYK0.550.7000
HSL252.74º100%64.9%-
HSV(B)252.74º70.2%100%-
XYZ27.5715.9796.24-
YUV107.77211.09132.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 255 (100% from 255) = 57.30%
R=25.62%
G=17.08%
B=57.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal114762550.550.7000252.7410064.9
Hex724CFF374600fd6441
Octal1621143776710600375144101
Binary11100101001100111111111101111000110001111110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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