Html Css Color HEX #917D88 Mountbatten Pink

📋 copy color: '#917D88'

red 145 ◦ green 125 ◦ blue 136

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

Shades of Mountbatten Pink #917D88

Tints of Mountbatten Pink #917D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 35.71%
G = 30.79%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#917D88 (or 0x917D88) is known color: Mountbatten Pink. HEX triplet: 91, 7D and 88. RGB value is (145,125,136). Sum of RGB (Red+Green+Blue) = 145+125+136=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #917D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D88 is #6E8277. Grayscale: #848484. Windows color (decimal): -7242360 or 8945041. OLE color: 8945041.

HSL color Cylindrical-coordinate representation of color #917D88: hue angle of 327º degrees, saturation: 0.08, 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 #917D88 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 125 136 -
CMYK 0 0.14 0.06 0.43
HSL 327º 0.08% 0.53% -
HSV(B) 327º 0.14% 0.57% -
XYZ 23.45 22.46 26.39 -
YUV 132.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 145 125 136 0 0.14 0.06 0.43 327 0.08 0.53
Hex 91 7D 88 0 E 6 2B 147 8 35
Octal 221 175 210 0 16 6 53 507 10 65
Binary 10010001 1111101 10001000 0 1110 110 101011 101000111 1000 110101

Color Harmonies of #917D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D88

Black with #917D88

Text Example


Text Example

White with #917D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,136); }

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

background-color css

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

 a { background-color: rgb(145,125,136); }

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

border-color css

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

 span { border-color: rgb(145,125,136); }

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