Html Css Color HEX #968090 Mountbatten Pink

📋 copy color: '#968090'

red 150 ◦ green 128 ◦ blue 144

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

Shades of Mountbatten Pink #968090

Tints of Mountbatten Pink #968090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

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

R = 35.55%
G = 30.33%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#968090 (or 0x968090) is known color: Mountbatten Pink. HEX triplet: 96, 80 and 90. RGB value is (150,128,144). Sum of RGB (Red+Green+Blue) = 150+128+144=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #968090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968090 is #697F6F. Grayscale: #888888. Windows color (decimal): -6913904 or 9470102. OLE color: 9470102.

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

Color convert

RGB 150 128 144 -
CMYK 0 0.15 0.04 0.41
HSL 316.36º 0.09% 0.55% -
HSV(B) 316.36º 0.15% 0.59% -
XYZ 25.33 23.94 29.67 -
YUV 136.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 150 128 144 0 0.15 0.04 0.41 316.36 0.09 0.55
Hex 96 80 90 0 F 4 29 13C 9 37
Octal 226 200 220 0 17 4 51 474 11 67
Binary 10010110 10000000 10010000 0 1111 100 101001 100111100 1001 110111

Color Harmonies of #968090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968090

Black with #968090

Text Example


Text Example

White with #968090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968090; }

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

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

background-color css

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

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

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

border-color css

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

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

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