#907688

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

Shades of Mountbatten Pink #907688

Tints of Mountbatten Pink #907688

Color information

#907688 (or 0x907688) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 76 and 88. RGB value is (144,118,136). Sum of RGB (Red+Green+Blue) = 144+118+136=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #907688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907688 is #6F8977. Grayscale: #7F7F7F. Windows color (decimal): -7309688 or 8943248. OLE color: 8943248.

HSL color Cylindrical-coordinate representation of color #907688: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #907688 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144118136-
CMYK00.180.060.44
HSL318.46º10.48%51.37%-
HSV(B)318.46º18.06%56.47%-
XYZ22.4220.6626.1-
YUV127.83132.61139.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=36.18%
G=29.65%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411813600.180.060.44318.4610.4851.37
Hex90768801262C13ea33
Octal2201662100226544761263
Binary100100001110110100010000100101101011001001111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907688; }

 p { color: rgb(144,118,136); }

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

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

 a { background-color: rgb(144,118,136); }

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

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

 span { border-color: rgb(144,118,136); }

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