#726988

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

Shades of Kimberly #726988

Tints of Kimberly #726988

Color information

#726988 (or 0x726988) is unknown color: approx Kimberly. HEX triplet: 72, 69 and 88. RGB value is (114,105,136). Sum of RGB (Red+Green+Blue) = 114+105+136=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #726988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726988 is #8D9677. Grayscale: #6F6F6F. Windows color (decimal): -9279096 or 8939890. OLE color: 8939890.

HSL color Cylindrical-coordinate representation of color #726988: hue angle of 257.42º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726988 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB114105136-
CMYK0.160.2300.47
HSL257.42º12.86%47.25%-
HSV(B)257.42º22.79%53.33%-
XYZ16.4315.4625.41-
YUV111.22141.98129.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=32.11%
G=29.58%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141051360.160.2300.47257.4212.8647.25
Hex726988101702F101d2f
Octal16215121020270574011557
Binary1110010110100110001000100001011101011111000000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726988; }

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

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

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

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

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

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

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

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