#95828B

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

Shades of Mountbatten Pink #95828B

Tints of Mountbatten Pink #95828B

Color information

#95828B (or 0x95828B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 82 and 8B. RGB value is (149,130,139). Sum of RGB (Red+Green+Blue) = 149+130+139=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #95828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828B is #6A7D74. Grayscale: #888888. Windows color (decimal): -6978933 or 9142933. OLE color: 9142933.

HSL color Cylindrical-coordinate representation of color #95828B: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95828B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149130139-
CMYK00.130.070.42
HSL331.58º8.23%54.71%-
HSV(B)331.58º12.75%58.43%-
XYZ25.0424.2227.78-
YUV136.71129.29136.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=35.65%
G=31.10%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913013900.130.070.42331.588.2354.71
Hex95828B0D72A14c837
Octal2252022130157525141067
Binary100101011000001010001011011011111010101010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,130,139); }

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

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

 a { background-color: rgb(149,130,139); }

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

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

 span { border-color: rgb(149,130,139); }

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