#97868E

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

Shades of Mountbatten Pink #97868E

Tints of Mountbatten Pink #97868E

Color information

#97868E (or 0x97868E) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 86 and 8E. RGB value is (151,134,142). Sum of RGB (Red+Green+Blue) = 151+134+142=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 151 - color contains mainly: red. Hex color #97868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97868E is #687971. Grayscale: #8B8B8B. Windows color (decimal): -6846834 or 9340567. OLE color: 9340567.

HSL color Cylindrical-coordinate representation of color #97868E: hue angle of 331.76º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97868E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB151134142-
CMYK00.110.060.41
HSL331.76º7.56%55.88%-
HSV(B)331.76º11.26%59.22%-
XYZ26.1725.5829.15-
YUV140129.13135.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=35.36%
G=31.38%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113414200.110.060.41331.767.5655.88
Hex97868E0B62914c838
Octal2272062160136515141070
Binary100101111000011010001110010111101010011010011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97868E; }

 p { color: rgb(151,134,142); }

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

<style>
 a { background-color: #97868E; }

 a { background-color: rgb(151,134,142); }

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

<style>
 span { border-color: #97868E; }

 span { border-color: rgb(151,134,142); }

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