#726AC7

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

Shades of Slate Blue #726AC7

Tints of Slate Blue #726AC7

Color information

#726AC7 (or 0x726AC7) is unknown color: approx Slate Blue. HEX triplet: 72, 6A and C7. RGB value is (114,106,199). Sum of RGB (Red+Green+Blue) = 114+106+199=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #726AC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AC7 is #8D9538. Grayscale: #767676. Windows color (decimal): -9278777 or 13068914. OLE color: 13068914.

HSL color Cylindrical-coordinate representation of color #726AC7: hue angle of 245.16º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726AC7 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB114106199-
CMYK0.430.4700.22
HSL245.16º45.37%59.8%-
HSV(B)245.16º46.73%78.04%-
XYZ22.418.0156.33-
YUV118.99173.15124.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 199 (78.12% from 255) = 47.49%
R=27.21%
G=25.30%
B=47.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141061990.430.4700.22245.1645.3759.8
Hex726AC72B2F016f52d3c
Octal16215230753570263655574
Binary111001011010101100011110101110111101011011110101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,199); }

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

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

 a { background-color: rgb(114,106,199); }

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

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

 span { border-color: rgb(114,106,199); }

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