#97758F

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

Shades of Mountbatten Pink #97758F

Tints of Mountbatten Pink #97758F

Color information

#97758F (or 0x97758F) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 75 and 8F. RGB value is (151,117,143). Sum of RGB (Red+Green+Blue) = 151+117+143=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #97758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97758F is #688A70. Grayscale: #828282. Windows color (decimal): -6851185 or 9401751. OLE color: 9401751.

HSL color Cylindrical-coordinate representation of color #97758F: hue angle of 314.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97758F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB151117143-
CMYK00.230.050.41
HSL314.12º14.05%52.55%-
HSV(B)314.12º22.52%59.22%-
XYZ24.0821.2928.83-
YUV130.13135.26142.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=36.74%
G=28.47%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111714300.230.050.41314.1214.0552.55
Hex97758F01752913ae35
Octal2271652170275514721665
Binary100101111110101100011110101111011010011001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97758F; }

 p { color: rgb(151,117,143); }

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

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

 a { background-color: rgb(151,117,143); }

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

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

 span { border-color: rgb(151,117,143); }

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