#95828F

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

Shades of Mountbatten Pink #95828F

Tints of Mountbatten Pink #95828F

Color information

#95828F (or 0x95828F) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 82 and 8F. RGB value is (149,130,143). Sum of RGB (Red+Green+Blue) = 149+130+143=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828F is #6A7D70. Grayscale: #898989. Windows color (decimal): -6978929 or 9405077. OLE color: 9405077.

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

Color convert

RGB149130143-
CMYK00.130.040.42
HSL318.95º8.23%54.71%-
HSV(B)318.95º12.75%58.43%-
XYZ25.3324.3429.35-
YUV137.16131.29136.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=35.31%
G=30.81%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913014300.130.040.42318.958.2354.71
Hex95828F0D42A13f837
Octal2252022170154524771067
Binary100101011000001010001111011011001010101001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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