#968790

Color #968790 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #968790

Tints of Mountbatten Pink #968790

Color information

#968790 (or 0x968790) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 87 and 90. RGB value is (150,135,144). Sum of RGB (Red+Green+Blue) = 150+135+144=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968790 is #69786F. Grayscale: #8C8C8C. Windows color (decimal): -6912112 or 9471894. OLE color: 9471894.

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

Color convert

RGB150135144-
CMYK00.10.040.41
HSL324º6.67%55.88%-
HSV(B)324º10%58.82%-
XYZ26.2825.8329.99-
YUV140.51129.97134.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=34.97%
G=31.47%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013514400.10.040.413246.6755.88
Hex9687900A429144738
Octal226207220012451504770
Binary10010110100001111001000001010100101001101000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968790; }

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

 H1.HeaderClassName
 {
   color: #968790;
 }
 .AnyTagClassName
 {
   color: #968790;
 }
</style>
background-color css

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

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

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

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

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

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