Html Css Color HEX #967488 Mountbatten Pink

📋 copy color: '#967488'

red 150 ◦ green 116 ◦ blue 136

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

Shades of Mountbatten Pink #967488

Tints of Mountbatten Pink #967488

RGB

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

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

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

R = 37.31%
G = 28.86%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#967488 (or 0x967488) is known color: Mountbatten Pink. HEX triplet: 96, 74 and 88. RGB value is (150,116,136). Sum of RGB (Red+Green+Blue) = 150+116+136=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967488 is #698B77. Grayscale: #808080. Windows color (decimal): -6916984 or 8942742. OLE color: 8942742.

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

Color convert

RGB 150 116 136 -
CMYK 0 0.23 0.09 0.41
HSL 324.71º 0.14% 0.52% -
HSV(B) 324.71º 0.23% 0.59% -
XYZ 23.27 20.75 26.07 -
YUV 128.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 150 116 136 0 0.23 0.09 0.41 324.71 0.14 0.52
Hex 96 74 88 0 17 9 29 145 E 34
Octal 226 164 210 0 27 11 51 505 16 64
Binary 10010110 1110100 10001000 0 10111 1001 101001 101000101 1110 110100

Color Harmonies of #967488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967488

Black with #967488

Text Example


Text Example

White with #967488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967488; }

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

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

background-color css

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

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

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

border-color css

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

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

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