#726CC9

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

Shades of Slate Blue #726CC9

Tints of Slate Blue #726CC9

Color information

#726CC9 (or 0x726CC9) is unknown color: approx Slate Blue. HEX triplet: 72, 6C and C9. RGB value is (114,108,201). Sum of RGB (Red+Green+Blue) = 114+108+201=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #726CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CC9 is #8D9336. Grayscale: #787878. Windows color (decimal): -9278263 or 13200498. OLE color: 13200498.

HSL color Cylindrical-coordinate representation of color #726CC9: hue angle of 243.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726CC9 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114108201-
CMYK0.430.4600.21
HSL243.87º46.27%60.59%-
HSV(B)243.87º46.27%78.82%-
XYZ22.8418.5257.63-
YUV120.4173.49123.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=26.95%
G=25.53%
B=47.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141082010.430.4600.21243.8746.2760.59
Hex726CC92B2E015f42e3d
Octal16215431153560253645675
Binary111001011011001100100110101110111001010111110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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