Html Css Color HEX #967890 Mountbatten Pink

📋 copy color: '#967890'

red 150 ◦ green 120 ◦ blue 144

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

Shades of Mountbatten Pink #967890

Tints of Mountbatten Pink #967890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.99%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 36.23%
G = 28.99%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#967890 (or 0x967890) is known color: Mountbatten Pink. HEX triplet: 96, 78 and 90. RGB value is (150,120,144). Sum of RGB (Red+Green+Blue) = 150+120+144=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #967890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967890 is #69876F. Grayscale: #838383. Windows color (decimal): -6915952 or 9468054. OLE color: 9468054.

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

Color convert

RGB 150 120 144 -
CMYK 0 0.20 0.04 0.41
HSL 312º 0.13% 0.53% -
HSV(B) 312º 0.2% 0.59% -
XYZ 24.33 21.93 29.34 -
YUV 131.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 150 120 144 0 0.20 0.04 0.41 312 0.13 0.53
Hex 96 78 90 0 14 4 29 138 C 35
Octal 226 170 220 0 24 4 51 470 14 65
Binary 10010110 1111000 10010000 0 10100 100 101001 100111000 1100 110101

Color Harmonies of #967890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967890

Black with #967890

Text Example


Text Example

White with #967890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967890; }

 p { color: rgb(150,120,144); }

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

background-color css

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

 a { background-color: rgb(150,120,144); }

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

border-color css

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

 span { border-color: rgb(150,120,144); }

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