#9D828F

Color #9D828F Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9D828F

Tints of Mountbatten Pink #9D828F

Color information

#9D828F (or 0x9D828F) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 82 and 8F. RGB value is (157,130,143). Sum of RGB (Red+Green+Blue) = 157+130+143=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D828F is #627D70. Grayscale: #8B8B8B. Windows color (decimal): -6454641 or 9405085. OLE color: 9405085.

HSL color Cylindrical-coordinate representation of color #9D828F: hue angle of 331.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D828F is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB157130143-
CMYK00.170.090.38
HSL331.11º12.11%56.27%-
HSV(B)331.11º17.2%61.57%-
XYZ26.8525.1229.42-
YUV139.56129.95140.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=36.51%
G=30.23%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713014300.170.090.38331.1112.1156.27
Hex9D828F01192614bc38
Octal23520221702111465131470
Binary10011101100000101000111101000110011001101010010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D828F; }

 p { color: rgb(157,130,143); }

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

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

 a { background-color: rgb(157,130,143); }

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

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

 span { border-color: rgb(157,130,143); }

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