#724BC5

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

Shades of Slate Blue #724BC5

Tints of Slate Blue #724BC5

Color information

#724BC5 (or 0x724BC5) is unknown color: approx Slate Blue. HEX triplet: 72, 4B and C5. RGB value is (114,75,197). Sum of RGB (Red+Green+Blue) = 114+75+197=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #724BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BC5 is #8DB43A. Grayscale: #646464. Windows color (decimal): -9286715 or 12929906. OLE color: 12929906.

HSL color Cylindrical-coordinate representation of color #724BC5: hue angle of 259.18º 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 #724BC5 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11475197-
CMYK0.420.6200.23
HSL259.18º51.26%53.33%-
HSV(B)259.18º61.93%77.25%-
XYZ19.5312.6454.23-
YUV100.57182.42137.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 197 (77.34% from 255) = 51.04%
R=29.53%
G=19.43%
B=51.04%

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
Decimal114751970.420.6200.23259.1851.2653.33
Hex724BC52A3E0171033335
Octal16211330552760274036365
Binary1110010100101111000101101010111110010111100000011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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