#726392

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

Shades of Kimberly #726392

Tints of Kimberly #726392

Color information

#726392 (or 0x726392) is unknown color: approx Kimberly. HEX triplet: 72, 63 and 92. RGB value is (114,99,146). Sum of RGB (Red+Green+Blue) = 114+99+146=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #726392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726392 is #8D9C6D. Grayscale: #6C6C6C. Windows color (decimal): -9280622 or 9593714. OLE color: 9593714.

HSL color Cylindrical-coordinate representation of color #726392: hue angle of 259.15º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726392 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11499146-
CMYK0.220.3200.43
HSL259.15º19.18%48.04%-
HSV(B)259.15º32.19%57.25%-
XYZ16.5914.5829.13-
YUV108.84148.97131.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=31.75%
G=27.58%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114991460.220.3200.43259.1519.1848.04
Hex726392162002B1031330
Octal16214322226400534032360
Binary111001011000111001001010110100000010101110000001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726392; }

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

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

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

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

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

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

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

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