#997F8B

Color #997F8B Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #997F8B

Tints of Mountbatten Pink #997F8B

Color information

#997F8B (or 0x997F8B) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 7F and 8B. RGB value is (153,127,139). Sum of RGB (Red+Green+Blue) = 153+127+139=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F8B is #668074. Grayscale: #888888. Windows color (decimal): -6717557 or 9142169. OLE color: 9142169.

HSL color Cylindrical-coordinate representation of color #997F8B: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F8B is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153127139-
CMYK00.170.090.4
HSL332.31º11.3%54.9%-
HSV(B)332.31º16.99%60%-
XYZ25.3923.8227.68-
YUV136.14129.61140.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=36.52%
G=30.31%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312713900.170.090.4332.3111.354.9
Hex997F8B01192814cb37
Octal23117721302111505141367
Binary1001100111111111000101101000110011010001010011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997F8B; }

 p { color: rgb(153,127,139); }

 H1.HeaderClassName
 {
   color: #997F8B;
 }
 .AnyTagClassName
 {
   color: #997F8B;
 }
</style>
background-color css

<style>
 a { background-color: #997F8B; }

 a { background-color: rgb(153,127,139); }

 div.DivClassName
 {
   background-color: #997F8B;
 }
 .BgClassName
 {
   background-color: #997F8B;
 }
</style>
border-color css

<style>
 span { border-color: #997F8B; }

 span { border-color: rgb(153,127,139); }

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