Html Css Color HEX #95848F Mountbatten Pink

📋 copy color: '#95848F'

red 149 ◦ green 132 ◦ blue 143

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

Shades of Mountbatten Pink #95848F

Tints of Mountbatten Pink #95848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 35.14%
G = 31.13%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95848F (or 0x95848F) is known color: Mountbatten Pink. HEX triplet: 95, 84 and 8F. RGB value is (149,132,143). Sum of RGB (Red+Green+Blue) = 149+132+143=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #95848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95848F is #6A7B70. Grayscale: #8A8A8A. Windows color (decimal): -6978417 or 9405589. OLE color: 9405589.

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

Color convert

RGB 149 132 143 -
CMYK 0 0.11 0.04 0.42
HSL 321.18º 0.07% 0.55% -
HSV(B) 321.18º 0.11% 0.58% -
XYZ 25.6 24.88 29.44 -
YUV 138.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 149 132 143 0 0.11 0.04 0.42 321.18 0.07 0.55
Hex 95 84 8F 0 B 4 2A 141 7 37
Octal 225 204 217 0 13 4 52 501 7 67
Binary 10010101 10000100 10001111 0 1011 100 101010 101000001 111 110111

Color Harmonies of #95848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95848F

Black with #95848F

Text Example


Text Example

White with #95848F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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