Html Css Color HEX #8D9496 Submarine

📋 copy color: '#8D9496'

red 141 ◦ green 148 ◦ blue 150

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

Shades of Submarine #8D9496

Tints of Submarine #8D9496

RGB

 RED value IS 141 (55.47% from 255) = 32.12%

 GREEN value IS 148 (58.2% from 255) = 33.71%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 32.12%
G = 33.71%
B = 34.17%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8D9496 (or 0x8D9496) is known color: Submarine. HEX triplet: 8D, 94 and 96. RGB value is (141,148,150). Sum of RGB (Red+Green+Blue) = 141+148+150=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D9496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9496 is #726B69. Grayscale: #929292. Windows color (decimal): -7498602 or 9868429. OLE color: 9868429.

HSL color Cylindrical-coordinate representation of color #8D9496: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D9496 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 148 150 -
CMYK 0.06 0.01 0 0.41
HSL 193.33º 0.04% 0.57% -
HSV(B) 193.33º 0.06% 0.59% -
XYZ 27.08 29.04 33.03 -
YUV 146.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 141 148 150 0.06 0.01 0 0.41 193.33 0.04 0.57
Hex 8D 94 96 6 1 0 29 C1 4 39
Octal 215 224 226 6 1 0 51 301 4 71
Binary 10001101 10010100 10010110 110 1 0 101001 11000001 100 111001

Color Harmonies of #8D9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9496

Black with #8D9496

Text Example


Text Example

White with #8D9496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9496; }

 p { color: rgb(141,148,150); }

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

background-color css

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

 a { background-color: rgb(141,148,150); }

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

border-color css

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

 span { border-color: rgb(141,148,150); }

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