#724BF0

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

Shades of Medium Slate Blue #724BF0

Tints of Medium Slate Blue #724BF0

Color information

#724BF0 (or 0x724BF0) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 4B and F0. RGB value is (114,75,240). Sum of RGB (Red+Green+Blue) = 114+75+240=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #724BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #724BF0 is #8DB40F. Grayscale: #686868. Windows color (decimal): -9286672 or 15747954. OLE color: 15747954.

HSL color Cylindrical-coordinate representation of color #724BF0: hue angle of 254.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724BF0 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11475240-
CMYK0.520.6900.06
HSL254.18º84.62%61.76%-
HSV(B)254.18º68.75%94.12%-
XYZ25.1814.983.99-
YUV105.47203.92134.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 240 (94.14% from 255) = 55.94%
R=26.57%
G=17.48%
B=55.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal114752400.520.6900.06254.1884.6261.76
Hex724BF0344506fe553e
Octal162113360641050637612576
Binary111001010010111111000011010010001010110111111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,75,240); }

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

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

 a { background-color: rgb(114,75,240); }

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

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

 span { border-color: rgb(114,75,240); }

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