#907685

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

Shades of Mountbatten Pink #907685

Tints of Mountbatten Pink #907685

Color information

#907685 (or 0x907685) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 76 and 85. RGB value is (144,118,133). Sum of RGB (Red+Green+Blue) = 144+118+133=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #907685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907685 is #6F897A. Grayscale: #7F7F7F. Windows color (decimal): -7309691 or 8746640. OLE color: 8746640.

HSL color Cylindrical-coordinate representation of color #907685: hue angle of 325.38º 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 #907685 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144118133-
CMYK00.180.080.44
HSL325.38º10.48%51.37%-
HSV(B)325.38º18.06%56.47%-
XYZ22.2120.5824.99-
YUV127.48131.11139.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=36.46%
G=29.87%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411813300.180.080.44325.3810.4851.37
Hex90768501282C145a33
Octal22016620502210545051263
Binary1001000011101101000010101001010001011001010001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907685; }

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

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

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

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

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

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

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

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