#907988

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

Shades of Mountbatten Pink #907988

Tints of Mountbatten Pink #907988

Color information

#907988 (or 0x907988) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 79 and 88. RGB value is (144,121,136). Sum of RGB (Red+Green+Blue) = 144+121+136=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 144 - color contains mainly: red. Hex color #907988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907988 is #6F8677. Grayscale: #818181. Windows color (decimal): -7308920 or 8944016. OLE color: 8944016.

HSL color Cylindrical-coordinate representation of color #907988: hue angle of 320.87º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907988 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144121136-
CMYK00.160.060.44
HSL320.87º9.39%51.96%-
HSV(B)320.87º15.97%56.47%-
XYZ22.7821.3826.22-
YUV129.59131.62138.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=35.91%
G=30.17%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412113600.160.060.44320.879.3951.96
Hex90798801062C141934
Octal2201712100206545011164
Binary100100001111001100010000100001101011001010000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907988; }

 p { color: rgb(144,121,136); }

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

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

 a { background-color: rgb(144,121,136); }

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

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

 span { border-color: rgb(144,121,136); }

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