Html Css Color HEX #8D9998 Submarine

📋 copy color: '#8D9998'

red 141 ◦ green 153 ◦ blue 152

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

Shades of Submarine #8D9998

Tints of Submarine #8D9998

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.3%

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 31.61%
G = 34.3%
B = 34.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#8D9998 (or 0x8D9998) is known color: Submarine. HEX triplet: 8D, 99 and 98. RGB value is (141,153,152). Sum of RGB (Red+Green+Blue) = 141+153+152=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9998 is #726667. Grayscale: #959595. Windows color (decimal): -7497320 or 10000781. OLE color: 10000781.

HSL color Cylindrical-coordinate representation of color #8D9998: hue angle of 175º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D9998 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 153 152 -
CMYK 0.08 0 0.01 0.4
HSL 175º 0.06% 0.58% -
HSV(B) 175º 0.08% 0.6% -
XYZ 28.04 30.71 34.16 -
YUV 149.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 141 153 152 0.08 0 0.01 0.4 175 0.06 0.58
Hex 8D 99 98 8 0 1 28 AF 6 3A
Octal 215 231 230 10 0 1 50 257 6 72
Binary 10001101 10011001 10011000 1000 0 1 101000 10101111 110 111010

Color Harmonies of #8D9998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9998

Black with #8D9998

Text Example


Text Example

White with #8D9998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,153,152); }

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

background-color css

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

 a { background-color: rgb(141,153,152); }

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

border-color css

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

 span { border-color: rgb(141,153,152); }

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