Html Css Color HEX #907988 Mountbatten Pink

📋 copy color: '#907988'

red 144 ◦ green 121 ◦ blue 136

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

Shades of Mountbatten Pink #907988

Tints of Mountbatten Pink #907988

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 value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#907988 (or 0x907988) is known color: 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

RGB 144 121 136 -
CMYK 0 0.16 0.06 0.44
HSL 320.87º 0.09% 0.52% -
HSV(B) 320.87º 0.16% 0.56% -
XYZ 22.78 21.38 26.22 -
YUV 129.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 144 121 136 0 0.16 0.06 0.44 320.87 0.09 0.52
Hex 90 79 88 0 10 6 2C 141 9 34
Octal 220 171 210 0 20 6 54 501 11 64
Binary 10010000 1111001 10001000 0 10000 110 101100 101000001 1001 110100

Color Harmonies of #907988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907988

Black with #907988

Text Example


Text Example

White with #907988

Text Example


Text Example

HTML Codes & Css Web 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>