#73698C

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

Shades of Kimberly #73698C

Tints of Kimberly #73698C

Color information

#73698C (or 0x73698C) is unknown color: approx Kimberly. HEX triplet: 73, 69 and 8C. RGB value is (115,105,140). Sum of RGB (Red+Green+Blue) = 115+105+140=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #73698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73698C is #8C9673. Grayscale: #6F6F6F. Windows color (decimal): -9213556 or 9202035. OLE color: 9202035.

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

Color convert

RGB115105140-
CMYK0.180.2500.45
HSL257.14º14.29%48.04%-
HSV(B)257.14º25%54.9%-
XYZ16.8615.6426.94-
YUV111.98143.81130.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=31.94%
G=29.17%
B=38.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151051400.180.2500.45257.1414.2948.04
Hex73698C121902D101e30
Octal16315121422310554011660
Binary1110011110100110001100100101100101011011000000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73698C; }

 p { color: rgb(115,105,140); }

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

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

 a { background-color: rgb(115,105,140); }

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

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

 span { border-color: rgb(115,105,140); }

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