Html Css Color HEX #8E6F88 Mountbatten Pink

📋 copy color: '#8E6F88'

red 142 ◦ green 111 ◦ blue 136

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

Shades of Mountbatten Pink #8E6F88

Tints of Mountbatten Pink #8E6F88

RGB

 RED value IS 142 (55.86% from 255) = 36.5%

 GREEN value IS 111 (43.75% from 255) = 28.53%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 36.5%
G = 28.53%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E6F88 (or 0x8E6F88) is known color: Mountbatten Pink. HEX triplet: 8E, 6F and 88. RGB value is (142,111,136). Sum of RGB (Red+Green+Blue) = 142+111+136=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F88 is #719077. Grayscale: #7B7B7B. Windows color (decimal): -7442552 or 8941454. OLE color: 8941454.

HSL color Cylindrical-coordinate representation of color #8E6F88: hue angle of 311.61º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E6F88 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 111 136 -
CMYK 0 0.22 0.04 0.44
HSL 311.61º 0.12% 0.5% -
HSV(B) 311.61º 0.22% 0.56% -
XYZ 21.28 18.9 25.82 -
YUV 123.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 142 111 136 0 0.22 0.04 0.44 311.61 0.12 0.5
Hex 8E 6F 88 0 16 4 2C 138 C 32
Octal 216 157 210 0 26 4 54 470 14 62
Binary 10001110 1101111 10001000 0 10110 100 101100 100111000 1100 110010

Color Harmonies of #8E6F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6F88

Black with #8E6F88

Text Example


Text Example

White with #8E6F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E6F88; }

 p { color: rgb(142,111,136); }

 H1.HeaderClassName
 {
   color: #8E6F88;
 }
 .AnyTagClassName
 {
   color: #8E6F88;
 }
</style>

background-color css

<style>
 a { background-color: #8E6F88; }

 a { background-color: rgb(142,111,136); }

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

border-color css

<style>
 span { border-color: #8E6F88; }

 span { border-color: rgb(142,111,136); }

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