#724AC5

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

Shades of Slate Blue #724AC5

Tints of Slate Blue #724AC5

Color information

#724AC5 (or 0x724AC5) is unknown color: approx Slate Blue. HEX triplet: 72, 4A and C5. RGB value is (114,74,197). Sum of RGB (Red+Green+Blue) = 114+74+197=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #724AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724AC5 is #8DB53A. Grayscale: #636363. Windows color (decimal): -9286971 or 12929650. OLE color: 12929650.

HSL color Cylindrical-coordinate representation of color #724AC5: hue angle of 259.51º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724AC5 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11474197-
CMYK0.420.6200.23
HSL259.51º51.46%53.14%-
HSV(B)259.51º62.44%77.25%-
XYZ19.4712.5154.21-
YUV99.98182.75138-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 197 (77.34% from 255) = 51.17%
R=29.61%
G=19.22%
B=51.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114741970.420.6200.23259.5151.4653.14
Hex724AC52A3E0171043335
Octal16211230552760274046365
Binary1110010100101011000101101010111110010111100000100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,74,197); }

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

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

 a { background-color: rgb(114,74,197); }

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

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

 span { border-color: rgb(114,74,197); }

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