Html Css Color HEX #95788F Mountbatten Pink

📋 copy color: '#95788F'

red 149 ◦ green 120 ◦ blue 143

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

Shades of Mountbatten Pink #95788F

Tints of Mountbatten Pink #95788F

RGB

 RED value IS 149 (58.59% from 255) = 36.17%

 GREEN value IS 120 (47.27% from 255) = 29.13%

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 36.17%
G = 29.13%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95788F (or 0x95788F) is known color: Mountbatten Pink. HEX triplet: 95, 78 and 8F. RGB value is (149,120,143). Sum of RGB (Red+Green+Blue) = 149+120+143=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #95788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95788F is #6A8770. Grayscale: #838383. Windows color (decimal): -6981489 or 9402517. OLE color: 9402517.

HSL color Cylindrical-coordinate representation of color #95788F: hue angle of 312.41º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95788F is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 143 -
CMYK 0 0.19 0.04 0.42
HSL 312.41º 0.12% 0.53% -
HSV(B) 312.41º 0.19% 0.58% -
XYZ 24.07 21.81 28.93 -
YUV 131.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 149 120 143 0 0.19 0.04 0.42 312.41 0.12 0.53
Hex 95 78 8F 0 13 4 2A 138 C 35
Octal 225 170 217 0 23 4 52 470 14 65
Binary 10010101 1111000 10001111 0 10011 100 101010 100111000 1100 110101

Color Harmonies of #95788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95788F

Black with #95788F

Text Example


Text Example

White with #95788F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,120,143); }

 H1.HeaderClassName
 {
   color: #95788F;
 }
 .AnyTagClassName
 {
   color: #95788F;
 }
</style>

background-color css

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

 a { background-color: rgb(149,120,143); }

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

border-color css

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

 span { border-color: rgb(149,120,143); }

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