Html Css Color HEX #95898F Mountbatten Pink

📋 copy color: '#95898F'

red 149 ◦ green 137 ◦ blue 143

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

Shades of Mountbatten Pink #95898F

Tints of Mountbatten Pink #95898F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 34.73%
G = 31.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95898F (or 0x95898F) is known color: Mountbatten Pink. HEX triplet: 95, 89 and 8F. RGB value is (149,137,143). Sum of RGB (Red+Green+Blue) = 149+137+143=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 149 - color contains mainly: red. Hex color #95898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95898F is #6A7670. Grayscale: #8D8D8D. Windows color (decimal): -6977137 or 9406869. OLE color: 9406869.

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

Color convert

RGB 149 137 143 -
CMYK 0 0.08 0.04 0.42
HSL 330º 0.05% 0.56% -
HSV(B) 330º 0.08% 0.58% -
XYZ 26.3 26.26 29.67 -
YUV 141.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 149 137 143 0 0.08 0.04 0.42 330 0.05 0.56
Hex 95 89 8F 0 8 4 2A 14A 5 38
Octal 225 211 217 0 10 4 52 512 5 70
Binary 10010101 10001001 10001111 0 1000 100 101010 101001010 101 111000

Color Harmonies of #95898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95898F

Black with #95898F

Text Example


Text Example

White with #95898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95898F;
 }
 .AnyTagClassName
 {
   color: #95898F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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