#726388

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

Shades of Kimberly #726388

Tints of Kimberly #726388

Color information

#726388 (or 0x726388) is unknown color: approx Kimberly. HEX triplet: 72, 63 and 88. RGB value is (114,99,136). Sum of RGB (Red+Green+Blue) = 114+99+136=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #726388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726388 is #8D9C77. Grayscale: #6B6B6B. Windows color (decimal): -9280632 or 8938354. OLE color: 8938354.

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

Color convert

RGB11499136-
CMYK0.160.2700.47
HSL264.32º15.74%46.08%-
HSV(B)264.32º27.21%53.33%-
XYZ15.8514.2825.21-
YUV107.7143.97132.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=32.66%
G=28.37%
B=38.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114991360.160.2700.47264.3215.7446.08
Hex726388101B02F108102e
Octal16214321020330574102056
Binary11100101100011100010001000011011010111110000100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726388; }

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

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

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

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

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

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

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

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