#95838D

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

Shades of Mountbatten Pink #95838D

Tints of Mountbatten Pink #95838D

Color information

#95838D (or 0x95838D) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 83 and 8D. RGB value is (149,131,141). Sum of RGB (Red+Green+Blue) = 149+131+141=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95838D is #6A7C72. Grayscale: #898989. Windows color (decimal): -6978675 or 9274261. OLE color: 9274261.

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

Color convert

RGB149131141-
CMYK00.120.050.42
HSL326.67º7.83%54.9%-
HSV(B)326.67º12.08%58.43%-
XYZ25.3224.5528.6-
YUV137.52129.96136.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=35.39%
G=31.12%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913114100.120.050.42326.677.8354.9
Hex95838D0C52A147837
Octal2252032150145525071067
Binary100101011000001110001101011001011010101010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95838D; }

 p { color: rgb(149,131,141); }

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

<style>
 a { background-color: #95838D; }

 a { background-color: rgb(149,131,141); }

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

<style>
 span { border-color: #95838D; }

 span { border-color: rgb(149,131,141); }

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