#726DD5

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

Shades of Slate Blue #726DD5

Tints of Slate Blue #726DD5

Color information

#726DD5 (or 0x726DD5) is unknown color: approx Slate Blue. HEX triplet: 72, 6D and D5. RGB value is (114,109,213). Sum of RGB (Red+Green+Blue) = 114+109+213=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #726DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DD5 is #8D922A. Grayscale: #797979. Windows color (decimal): -9277995 or 13987186. OLE color: 13987186.

HSL color Cylindrical-coordinate representation of color #726DD5: hue angle of 242.88º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #726DD5 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114109213-
CMYK0.460.4900.16
HSL242.88º55.32%63.14%-
HSV(B)242.88º48.83%83.53%-
XYZ24.4219.3265.39-
YUV122.35179.16122.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=26.15%
G=25%
B=48.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141092130.460.4900.16242.8855.3263.14
Hex726DD52E31010f3373f
Octal16215532556610203636777
Binary111001011011011101010110111011000101000011110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726DD5; }

 p { color: rgb(114,109,213); }

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

<style>
 a { background-color: #726DD5; }

 a { background-color: rgb(114,109,213); }

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

<style>
 span { border-color: #726DD5; }

 span { border-color: rgb(114,109,213); }

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