Html Css Color HEX #967A8F Mountbatten Pink

📋 copy color: '#967A8F'

red 150 ◦ green 122 ◦ blue 143

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

Shades of Mountbatten Pink #967A8F

Tints of Mountbatten Pink #967A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 36.14%
G = 29.4%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#967A8F (or 0x967A8F) is known color: Mountbatten Pink. HEX triplet: 96, 7A and 8F. RGB value is (150,122,143). Sum of RGB (Red+Green+Blue) = 150+122+143=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #967A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A8F is #698570. Grayscale: #848484. Windows color (decimal): -6915441 or 9403030. OLE color: 9403030.

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

Color convert

RGB 150 122 143 -
CMYK 0 0.19 0.05 0.41
HSL 315º 0.12% 0.53% -
HSV(B) 315º 0.19% 0.59% -
XYZ 24.5 22.39 29.02 -
YUV 132.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 150 122 143 0 0.19 0.05 0.41 315 0.12 0.53
Hex 96 7A 8F 0 13 5 29 13B C 35
Octal 226 172 217 0 23 5 51 473 14 65
Binary 10010110 1111010 10001111 0 10011 101 101001 100111011 1100 110101

Color Harmonies of #967A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A8F

Black with #967A8F

Text Example


Text Example

White with #967A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967A8F; }

 p { color: rgb(150,122,143); }

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

background-color css

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

 a { background-color: rgb(150,122,143); }

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

border-color css

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

 span { border-color: rgb(150,122,143); }

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