#72698B

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

Shades of Kimberly #72698B

Tints of Kimberly #72698B

Color information

#72698B (or 0x72698B) is unknown color: approx Kimberly. HEX triplet: 72, 69 and 8B. RGB value is (114,105,139). Sum of RGB (Red+Green+Blue) = 114+105+139=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #72698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72698B is #8D9674. Grayscale: #6F6F6F. Windows color (decimal): -9279093 or 9136498. OLE color: 9136498.

HSL color Cylindrical-coordinate representation of color #72698B: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72698B is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114105139-
CMYK0.180.2400.45
HSL255.88º13.93%47.84%-
HSV(B)255.88º24.46%54.51%-
XYZ16.6515.5426.55-
YUV111.57143.48129.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=31.84%
G=29.33%
B=38.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141051390.180.2400.45255.8813.9347.84
Hex72698B121802D100e30
Octal16215121322300554001660
Binary1110010110100110001011100101100001011011000000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72698B; }

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

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

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

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

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

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

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

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