Html Css Color HEX #968A90 Mountbatten Pink

📋 copy color: '#968A90'

red 150 ◦ green 138 ◦ blue 144

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

Shades of Mountbatten Pink #968A90

Tints of Mountbatten Pink #968A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.94%

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

R = 34.72%
G = 31.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#968A90 (or 0x968A90) is known color: Mountbatten Pink. HEX triplet: 96, 8A and 90. RGB value is (150,138,144). Sum of RGB (Red+Green+Blue) = 150+138+144=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A90 is #69756F. Grayscale: #8E8E8E. Windows color (decimal): -6911344 or 9472662. OLE color: 9472662.

HSL color Cylindrical-coordinate representation of color #968A90: hue angle of 330º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #968A90 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 138 144 -
CMYK 0 0.08 0.04 0.41
HSL 330º 0.05% 0.56% -
HSV(B) 330º 0.08% 0.59% -
XYZ 26.7 26.67 30.13 -
YUV 142.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 150 138 144 0 0.08 0.04 0.41 330 0.05 0.56
Hex 96 8A 90 0 8 4 29 14A 5 38
Octal 226 212 220 0 10 4 51 512 5 70
Binary 10010110 10001010 10010000 0 1000 100 101001 101001010 101 111000

Color Harmonies of #968A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A90

Black with #968A90

Text Example


Text Example

White with #968A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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