Html Css Color HEX #986B8E Mountbatten Pink

📋 copy color: '#986B8E'

red 152 ◦ green 107 ◦ blue 142

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

Shades of Mountbatten Pink #986B8E

Tints of Mountbatten Pink #986B8E

RGB

 RED value IS 152 (59.77% from 255) = 37.91%

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 37.91%
G = 26.68%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#986B8E (or 0x986B8E) is known color: Mountbatten Pink. HEX triplet: 98, 6B and 8E. RGB value is (152,107,142). Sum of RGB (Red+Green+Blue) = 152+107+142=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #986B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986B8E is #679471. Grayscale: #7C7C7C. Windows color (decimal): -6788210 or 9333656. OLE color: 9333656.

HSL color Cylindrical-coordinate representation of color #986B8E: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986B8E is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 142 -
CMYK 0 0.30 0.07 0.40
HSL 313.33º 0.18% 0.51% -
HSV(B) 313.33º 0.3% 0.6% -
XYZ 23.09 19.14 28.07 -
YUV 124.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 152 107 142 0 0.30 0.07 0.40 313.33 0.18 0.51
Hex 98 6B 8E 0 1E 7 28 139 12 33
Octal 230 153 216 0 36 7 50 471 22 63
Binary 10011000 1101011 10001110 0 11110 111 101000 100111001 10010 110011

Color Harmonies of #986B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B8E

Black with #986B8E

Text Example


Text Example

White with #986B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986B8E; }

 p { color: rgb(152,107,142); }

 H1.HeaderClassName
 {
   color: #986B8E;
 }
 .AnyTagClassName
 {
   color: #986B8E;
 }
</style>

background-color css

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

 a { background-color: rgb(152,107,142); }

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

border-color css

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

 span { border-color: rgb(152,107,142); }

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