Html Css Color HEX #97828F Mountbatten Pink

📋 copy color: '#97828F'

red 151 ◦ green 130 ◦ blue 143

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

Shades of Mountbatten Pink #97828F

Tints of Mountbatten Pink #97828F

RGB

 RED value IS 151 (59.38% from 255) = 35.61%

 GREEN value IS 130 (51.17% from 255) = 30.66%

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 35.61%
G = 30.66%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97828F (or 0x97828F) is known color: Mountbatten Pink. HEX triplet: 97, 82 and 8F. RGB value is (151,130,143). Sum of RGB (Red+Green+Blue) = 151+130+143=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 151 - color contains mainly: red. Hex color #97828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97828F is #687D70. Grayscale: #898989. Windows color (decimal): -6847857 or 9405079. OLE color: 9405079.

HSL color Cylindrical-coordinate representation of color #97828F: hue angle of 322.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97828F is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 143 -
CMYK 0 0.14 0.05 0.41
HSL 322.86º 0.09% 0.55% -
HSV(B) 322.86º 0.14% 0.59% -
XYZ 25.7 24.53 29.37 -
YUV 137.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 151 130 143 0 0.14 0.05 0.41 322.86 0.09 0.55
Hex 97 82 8F 0 E 5 29 143 9 37
Octal 227 202 217 0 16 5 51 503 11 67
Binary 10010111 10000010 10001111 0 1110 101 101001 101000011 1001 110111

Color Harmonies of #97828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97828F

Black with #97828F

Text Example


Text Example

White with #97828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97828F; }

 p { color: rgb(151,130,143); }

 H1.HeaderClassName
 {
   color: #97828F;
 }
 .AnyTagClassName
 {
   color: #97828F;
 }
</style>

background-color css

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

 a { background-color: rgb(151,130,143); }

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

border-color css

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

 span { border-color: rgb(151,130,143); }

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