#95808F

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

Shades of Mountbatten Pink #95808F

Tints of Mountbatten Pink #95808F

Color information

#95808F (or 0x95808F) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 80 and 8F. RGB value is (149,128,143). Sum of RGB (Red+Green+Blue) = 149+128+143=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95808F is #6A7F70. Grayscale: #878787. Windows color (decimal): -6979441 or 9404565. OLE color: 9404565.

HSL color Cylindrical-coordinate representation of color #95808F: hue angle of 317.14º 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 #95808F is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149128143-
CMYK00.140.040.42
HSL317.14º9.01%54.31%-
HSV(B)317.14º14.09%58.43%-
XYZ25.0723.8129.26-
YUV135.99131.96137.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=35.48%
G=30.48%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912814300.140.040.42317.149.0154.31
Hex95808F0E42A13d936
Octal2252002170164524751166
Binary100101011000000010001111011101001010101001111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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