#726BD9

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

Shades of Slate Blue #726BD9

Tints of Slate Blue #726BD9

Color information

#726BD9 (or 0x726BD9) is unknown color: approx Slate Blue. HEX triplet: 72, 6B and D9. RGB value is (114,107,217). Sum of RGB (Red+Green+Blue) = 114+107+217=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #726BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BD9 is #8D9426. Grayscale: #797979. Windows color (decimal): -9278503 or 14248818. OLE color: 14248818.

HSL color Cylindrical-coordinate representation of color #726BD9: hue angle of 243.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726BD9 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB114107217-
CMYK0.470.5100.15
HSL243.82º59.14%63.53%-
HSV(B)243.82º50.69%85.1%-
XYZ24.7219.168.03-
YUV121.63181.82122.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 217 (85.16% from 255) = 49.54%
R=26.03%
G=24.43%
B=49.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1141072170.470.5100.15243.8259.1463.53
Hex726BD92F330Ff43b40
Octal162153331576301736473100
Binary111001011010111101100110111111001101111111101001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,107,217); }

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

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

 a { background-color: rgb(114,107,217); }

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

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

 span { border-color: rgb(114,107,217); }

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