Html Css Color HEX #947488 Mountbatten Pink

📋 copy color: '#947488'

red 148 ◦ green 116 ◦ blue 136

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

Shades of Mountbatten Pink #947488

Tints of Mountbatten Pink #947488

RGB

 RED value IS 148 (58.2% from 255) = 37%

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 136 (53.52% from 255) = 34%

R = 37%
G = 29%
B = 34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#947488 (or 0x947488) is known color: Mountbatten Pink. HEX triplet: 94, 74 and 88. RGB value is (148,116,136). Sum of RGB (Red+Green+Blue) = 148+116+136=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947488 is #6B8B77. Grayscale: #7F7F7F. Windows color (decimal): -7048056 or 8942740. OLE color: 8942740.

HSL color Cylindrical-coordinate representation of color #947488: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947488 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 136 -
CMYK 0 0.22 0.08 0.42
HSL 322.5º 0.13% 0.52% -
HSV(B) 322.5º 0.22% 0.58% -
XYZ 22.9 20.56 26.05 -
YUV 127.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 148 116 136 0 0.22 0.08 0.42 322.5 0.13 0.52
Hex 94 74 88 0 16 8 2A 142 D 34
Octal 224 164 210 0 26 10 52 502 15 64
Binary 10010100 1110100 10001000 0 10110 1000 101010 101000010 1101 110100

Color Harmonies of #947488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947488

Black with #947488

Text Example


Text Example

White with #947488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947488; }

 p { color: rgb(148,116,136); }

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

background-color css

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

 a { background-color: rgb(148,116,136); }

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

border-color css

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

 span { border-color: rgb(148,116,136); }

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