Html Css Color HEX #997F90 Mountbatten Pink

📋 copy color: '#997F90'

red 153 ◦ green 127 ◦ blue 144

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

Shades of Mountbatten Pink #997F90

Tints of Mountbatten Pink #997F90

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

 GREEN value IS 127 (50% from 255) = 29.95%

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 36.08%
G = 29.95%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997F90 (or 0x997F90) is known color: Mountbatten Pink. HEX triplet: 99, 7F and 90. RGB value is (153,127,144). Sum of RGB (Red+Green+Blue) = 153+127+144=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #997F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F90 is #66806F. Grayscale: #888888. Windows color (decimal): -6717552 or 9469849. OLE color: 9469849.

HSL color Cylindrical-coordinate representation of color #997F90: hue angle of 320.77º 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 #997F90 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 144 -
CMYK 0 0.17 0.06 0.4
HSL 320.77º 0.11% 0.55% -
HSV(B) 320.77º 0.17% 0.6% -
XYZ 25.76 23.96 29.65 -
YUV 136.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 153 127 144 0 0.17 0.06 0.4 320.77 0.11 0.55
Hex 99 7F 90 0 11 6 28 141 B 37
Octal 231 177 220 0 21 6 50 501 13 67
Binary 10011001 1111111 10010000 0 10001 110 101000 101000001 1011 110111

Color Harmonies of #997F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F90

Black with #997F90

Text Example


Text Example

White with #997F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997F90;
 }
 .AnyTagClassName
 {
   color: #997F90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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