Html Css Color HEX #917C87 Mountbatten Pink

📋 copy color: '#917C87'

red 145 ◦ green 124 ◦ blue 135

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

Shades of Mountbatten Pink #917C87

Tints of Mountbatten Pink #917C87

RGB

 RED value IS 145 (57.03% from 255) = 35.89%

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 35.89%
G = 30.69%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#917C87 (or 0x917C87) is known color: Mountbatten Pink. HEX triplet: 91, 7C and 87. RGB value is (145,124,135). Sum of RGB (Red+Green+Blue) = 145+124+135=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #917C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C87 is #6E8378. Grayscale: #838383. Windows color (decimal): -7242617 or 8879249. OLE color: 8879249.

HSL color Cylindrical-coordinate representation of color #917C87: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917C87 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 124 135 -
CMYK 0 0.14 0.07 0.43
HSL 328.57º 0.09% 0.53% -
HSV(B) 328.57º 0.14% 0.57% -
XYZ 23.26 22.18 25.98 -
YUV 131.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 145 124 135 0 0.14 0.07 0.43 328.57 0.09 0.53
Hex 91 7C 87 0 E 7 2B 149 9 35
Octal 221 174 207 0 16 7 53 511 11 65
Binary 10010001 1111100 10000111 0 1110 111 101011 101001001 1001 110101

Color Harmonies of #917C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C87

Black with #917C87

Text Example


Text Example

White with #917C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917C87; }

 p { color: rgb(145,124,135); }

 H1.HeaderClassName
 {
   color: #917C87;
 }
 .AnyTagClassName
 {
   color: #917C87;
 }
</style>

background-color css

<style>
 a { background-color: #917C87; }

 a { background-color: rgb(145,124,135); }

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

border-color css

<style>
 span { border-color: #917C87; }

 span { border-color: rgb(145,124,135); }

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