#95878F

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

Shades of Mountbatten Pink #95878F

Tints of Mountbatten Pink #95878F

Color information

#95878F (or 0x95878F) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 87 and 8F. RGB value is (149,135,143). Sum of RGB (Red+Green+Blue) = 149+135+143=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #95878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95878F is #6A7870. Grayscale: #8C8C8C. Windows color (decimal): -6977649 or 9406357. OLE color: 9406357.

HSL color Cylindrical-coordinate representation of color #95878F: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95878F is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB149135143-
CMYK00.090.040.42
HSL325.71º6.19%55.69%-
HSV(B)325.71º9.4%58.43%-
XYZ26.0225.729.58-
YUV140.1129.64134.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=34.89%
G=31.62%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913514300.090.040.42325.716.1955.69
Hex95878F0942A146638
Octal225207217011452506670
Binary10010101100001111000111101001100101010101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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