#95808B

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

Shades of Mountbatten Pink #95808B

Tints of Mountbatten Pink #95808B

Color information

#95808B (or 0x95808B) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 80 and 8B. RGB value is (149,128,139). Sum of RGB (Red+Green+Blue) = 149+128+139=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #95808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808B is #6A7F74. Grayscale: #878787. Windows color (decimal): -6979445 or 9142421. OLE color: 9142421.

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

Color convert

RGB149128139-
CMYK00.140.070.42
HSL328.57º9.01%54.31%-
HSV(B)328.57º14.09%58.43%-
XYZ24.7723.6927.69-
YUV135.53129.96137.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=35.82%
G=30.77%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912813900.140.070.42328.579.0154.31
Hex95808B0E72A149936
Octal2252002130167525111166
Binary100101011000000010001011011101111010101010010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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