#726ED1

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

Shades of Slate Blue #726ED1

Tints of Slate Blue #726ED1

Color information

#726ED1 (or 0x726ED1) is unknown color: approx Slate Blue. HEX triplet: 72, 6E and D1. RGB value is (114,110,209). Sum of RGB (Red+Green+Blue) = 114+110+209=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #726ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ED1 is #8D912E. Grayscale: #7A7A7A. Windows color (decimal): -9277743 or 13725298. OLE color: 13725298.

HSL color Cylindrical-coordinate representation of color #726ED1: hue angle of 242.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726ED1 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114110209-
CMYK0.450.4700.18
HSL242.42º51.83%62.55%-
HSV(B)242.42º47.37%81.96%-
XYZ24.0219.3362.79-
YUV122.48176.83121.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 209 (82.03% from 255) = 48.27%
R=26.33%
G=25.40%
B=48.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141102090.450.4700.18242.4251.8362.55
Hex726ED12D2F012f2343f
Octal16215632155570223626477
Binary111001011011101101000110110110111101001011110010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,110,209); }

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

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

 a { background-color: rgb(114,110,209); }

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

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

 span { border-color: rgb(114,110,209); }

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