Html Css Color HEX #96798B Mountbatten Pink

📋 copy color: '#96798B'

red 150 ◦ green 121 ◦ blue 139

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

Shades of Mountbatten Pink #96798B

Tints of Mountbatten Pink #96798B

RGB

 RED value IS 150 (58.98% from 255) = 36.59%

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 36.59%
G = 29.51%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96798B (or 0x96798B) is known color: Mountbatten Pink. HEX triplet: 96, 79 and 8B. RGB value is (150,121,139). Sum of RGB (Red+Green+Blue) = 150+121+139=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96798B is #698674. Grayscale: #838383. Windows color (decimal): -6915701 or 9140630. OLE color: 9140630.

HSL color Cylindrical-coordinate representation of color #96798B: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96798B is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 121 139 -
CMYK 0 0.19 0.07 0.41
HSL 322.76º 0.12% 0.53% -
HSV(B) 322.76º 0.19% 0.59% -
XYZ 24.08 22.02 27.41 -
YUV 131.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 150 121 139 0 0.19 0.07 0.41 322.76 0.12 0.53
Hex 96 79 8B 0 13 7 29 143 C 35
Octal 226 171 213 0 23 7 51 503 14 65
Binary 10010110 1111001 10001011 0 10011 111 101001 101000011 1100 110101

Color Harmonies of #96798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96798B

Black with #96798B

Text Example


Text Example

White with #96798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96798B; }

 p { color: rgb(150,121,139); }

 H1.HeaderClassName
 {
   color: #96798B;
 }
 .AnyTagClassName
 {
   color: #96798B;
 }
</style>

background-color css

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

 a { background-color: rgb(150,121,139); }

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

border-color css

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

 span { border-color: rgb(150,121,139); }

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