#726CD5

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

Shades of Slate Blue #726CD5

Tints of Slate Blue #726CD5

Color information

#726CD5 (or 0x726CD5) is unknown color: approx Slate Blue. HEX triplet: 72, 6C and D5. RGB value is (114,108,213). Sum of RGB (Red+Green+Blue) = 114+108+213=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #726CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CD5 is #8D932A. Grayscale: #797979. Windows color (decimal): -9278251 or 13986930. OLE color: 13986930.

HSL color Cylindrical-coordinate representation of color #726CD5: hue angle of 243.43º degrees, saturation: 0.56, 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 #726CD5 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114108213-
CMYK0.460.4900.16
HSL243.43º55.56%62.94%-
HSV(B)243.43º49.3%83.53%-
XYZ24.3119.1165.36-
YUV121.76179.49122.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=26.21%
G=24.83%
B=48.97%

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
Decimal1141082130.460.4900.16243.4355.5662.94
Hex726CD52E31010f3383f
Octal16215432556610203637077
Binary111001011011001101010110111011000101000011110011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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