#726984

Color #726984 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #726984

Tints of Kimberly #726984

Color information

#726984 (or 0x726984) is unknown color: approx Kimberly. HEX triplet: 72, 69 and 84. RGB value is (114,105,132). Sum of RGB (Red+Green+Blue) = 114+105+132=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #726984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726984 is #8D967B. Grayscale: #6E6E6E. Windows color (decimal): -9279100 or 8677746. OLE color: 8677746.

HSL color Cylindrical-coordinate representation of color #726984: hue angle of 260º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726984 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB114105132-
CMYK0.140.2000.48
HSL260º11.39%46.47%-
HSV(B)260º20.45%51.76%-
XYZ16.1615.3523.94-
YUV110.77139.98130.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=32.48%
G=29.91%
B=37.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141051320.140.2000.4826011.3946.47
Hex726984E14030104b2e
Octal16215120416240604041356
Binary111001011010011000010011101010001100001000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726984; }

 p { color: rgb(114,105,132); }

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

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

 a { background-color: rgb(114,105,132); }

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

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

 span { border-color: rgb(114,105,132); }

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