Html Css Color HEX #947B87 Mountbatten Pink

📋 copy color: '#947B87'

red 148 ◦ green 123 ◦ blue 135

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

Shades of Mountbatten Pink #947B87

Tints of Mountbatten Pink #947B87

RGB

 RED value IS 148 (58.2% from 255) = 36.45%

 GREEN value IS 123 (48.44% from 255) = 30.3%

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 36.45%
G = 30.3%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#947B87 (or 0x947B87) is known color: Mountbatten Pink. HEX triplet: 94, 7B and 87. RGB value is (148,123,135). Sum of RGB (Red+Green+Blue) = 148+123+135=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #947B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B87 is #6B8478. Grayscale: #838383. Windows color (decimal): -7046265 or 8878996. OLE color: 8878996.

HSL color Cylindrical-coordinate representation of color #947B87: hue angle of 331.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947B87 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 135 -
CMYK 0 0.17 0.09 0.42
HSL 331.2º 0.1% 0.53% -
HSV(B) 331.2º 0.17% 0.58% -
XYZ 23.67 22.21 25.96 -
YUV 131.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 148 123 135 0 0.17 0.09 0.42 331.2 0.1 0.53
Hex 94 7B 87 0 11 9 2A 14B A 35
Octal 224 173 207 0 21 11 52 513 12 65
Binary 10010100 1111011 10000111 0 10001 1001 101010 101001011 1010 110101

Color Harmonies of #947B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B87

Black with #947B87

Text Example


Text Example

White with #947B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947B87; }

 p { color: rgb(148,123,135); }

 H1.HeaderClassName
 {
   color: #947B87;
 }
 .AnyTagClassName
 {
   color: #947B87;
 }
</style>

background-color css

<style>
 a { background-color: #947B87; }

 a { background-color: rgb(148,123,135); }

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

border-color css

<style>
 span { border-color: #947B87; }

 span { border-color: rgb(148,123,135); }

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