Html Css Color HEX #917488 Mountbatten Pink

📋 copy color: '#917488'

red 145 ◦ green 116 ◦ blue 136

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

Shades of Mountbatten Pink #917488

Tints of Mountbatten Pink #917488

RGB

 RED value IS 145 (57.03% from 255) = 36.52%

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 36.52%
G = 29.22%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#917488 (or 0x917488) is known color: Mountbatten Pink. HEX triplet: 91, 74 and 88. RGB value is (145,116,136). Sum of RGB (Red+Green+Blue) = 145+116+136=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #917488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917488 is #6E8B77. Grayscale: #7E7E7E. Windows color (decimal): -7244664 or 8942737. OLE color: 8942737.

HSL color Cylindrical-coordinate representation of color #917488: hue angle of 318.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #917488 is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 136 -
CMYK 0 0.2 0.06 0.43
HSL 318.62º 0.12% 0.51% -
HSV(B) 318.62º 0.2% 0.57% -
XYZ 22.37 20.29 26.03 -
YUV 126.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 145 116 136 0 0.2 0.06 0.43 318.62 0.12 0.51
Hex 91 74 88 0 14 6 2B 13F C 33
Octal 221 164 210 0 24 6 53 477 14 63
Binary 10010001 1110100 10001000 0 10100 110 101011 100111111 1100 110011

Color Harmonies of #917488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917488

Black with #917488

Text Example


Text Example

White with #917488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917488; }

 p { color: rgb(145,116,136); }

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

background-color css

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

 a { background-color: rgb(145,116,136); }

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

border-color css

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

 span { border-color: rgb(145,116,136); }

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