Html Css Color HEX #97758F Mountbatten Pink

📋 copy color: '#97758F'

red 151 ◦ green 117 ◦ blue 143

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

Shades of Mountbatten Pink #97758F

Tints of Mountbatten Pink #97758F

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 value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97758F (or 0x97758F) is known color: 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

RGB 151 117 143 -
CMYK 0 0.23 0.05 0.41
HSL 314.12º 0.14% 0.53% -
HSV(B) 314.12º 0.23% 0.59% -
XYZ 24.08 21.29 28.83 -
YUV 130.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 151 117 143 0 0.23 0.05 0.41 314.12 0.14 0.53
Hex 97 75 8F 0 17 5 29 13A E 35
Octal 227 165 217 0 27 5 51 472 16 65
Binary 10010111 1110101 10001111 0 10111 101 101001 100111010 1110 110101

Color Harmonies of #97758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97758F

Black with #97758F

Text Example


Text Example

White with #97758F

Text Example


Text Example

HTML Codes & Css Web 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>