#736984

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

Shades of Kimberly #736984

Tints of Kimberly #736984

Color information

#736984 (or 0x736984) is unknown color: approx Kimberly. HEX triplet: 73, 69 and 84. RGB value is (115,105,132). Sum of RGB (Red+Green+Blue) = 115+105+132=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #736984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736984 is #8C967B. Grayscale: #6E6E6E. Windows color (decimal): -9213564 or 8677747. OLE color: 8677747.

HSL color Cylindrical-coordinate representation of color #736984: hue angle of 262.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #736984 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115105132-
CMYK0.130.2000.48
HSL262.22º11.39%46.47%-
HSV(B)262.22º20.45%51.76%-
XYZ16.2915.4123.95-
YUV111.07139.81130.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=32.67%
G=29.83%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151051320.130.2000.48262.2211.3946.47
Hex736984D14030106b2e
Octal16315120415240604061356
Binary111001111010011000010011011010001100001000001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736984; }

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

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

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

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

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

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

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

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