Html Css Color HEX #95828D Mountbatten Pink

📋 copy color: '#95828D'

red 149 ◦ green 130 ◦ blue 141

#95828D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #95828D

Tints of Mountbatten Pink #95828D

RGB

 RED value IS 149 (58.59% from 255) = 35.48%

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 35.48%
G = 30.95%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95828D (or 0x95828D) is known color: Mountbatten Pink. HEX triplet: 95, 82 and 8D. RGB value is (149,130,141). Sum of RGB (Red+Green+Blue) = 149+130+141=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95828D is #6A7D72. Grayscale: #888888. Windows color (decimal): -6978931 or 9274005. OLE color: 9274005.

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

Color convert

RGB 149 130 141 -
CMYK 0 0.13 0.05 0.42
HSL 325.26º 0.08% 0.55% -
HSV(B) 325.26º 0.13% 0.58% -
XYZ 25.18 24.28 28.56 -
YUV 136.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 149 130 141 0 0.13 0.05 0.42 325.26 0.08 0.55
Hex 95 82 8D 0 D 5 2A 145 8 37
Octal 225 202 215 0 15 5 52 505 10 67
Binary 10010101 10000010 10001101 0 1101 101 101010 101000101 1000 110111

Color Harmonies of #95828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95828D

Black with #95828D

Text Example


Text Example

White with #95828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95828D;
 }
 .AnyTagClassName
 {
   color: #95828D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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