Html Css Color HEX #95878E Mountbatten Pink

📋 copy color: '#95878E'

red 149 ◦ green 135 ◦ blue 142

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

Shades of Mountbatten Pink #95878E

Tints of Mountbatten Pink #95878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 34.98%
G = 31.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95878E (or 0x95878E) is known color: Mountbatten Pink. HEX triplet: 95, 87 and 8E. RGB value is (149,135,142). Sum of RGB (Red+Green+Blue) = 149+135+142=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #95878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95878E is #6A7871. Grayscale: #8B8B8B. Windows color (decimal): -6977650 or 9340821. OLE color: 9340821.

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

Color convert

RGB 149 135 142 -
CMYK 0 0.09 0.05 0.42
HSL 330º 0.06% 0.56% -
HSV(B) 330º 0.09% 0.58% -
XYZ 25.94 25.67 29.18 -
YUV 139.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 149 135 142 0 0.09 0.05 0.42 330 0.06 0.56
Hex 95 87 8E 0 9 5 2A 14A 6 38
Octal 225 207 216 0 11 5 52 512 6 70
Binary 10010101 10000111 10001110 0 1001 101 101010 101001010 110 111000

Color Harmonies of #95878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95878E

Black with #95878E

Text Example


Text Example

White with #95878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95878E;
 }
 .AnyTagClassName
 {
   color: #95878E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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