Html Css Color HEX #8D999B Submarine

📋 copy color: '#8D999B'

red 141 ◦ green 153 ◦ blue 155

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

Shades of Submarine #8D999B

Tints of Submarine #8D999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 31.4%
G = 34.08%
B = 34.52%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D999B (or 0x8D999B) is known color: Submarine. HEX triplet: 8D, 99 and 9B. RGB value is (141,153,155). Sum of RGB (Red+Green+Blue) = 141+153+155=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D999B is #726664. Grayscale: #959595. Windows color (decimal): -7497317 or 10197389. OLE color: 10197389.

HSL color Cylindrical-coordinate representation of color #8D999B: hue angle of 188.57º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D999B is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 153 155 -
CMYK 0.09 0.01 0 0.39
HSL 188.57º 0.07% 0.58% -
HSV(B) 188.57º 0.09% 0.61% -
XYZ 28.29 30.81 35.47 -
YUV 149.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 141 153 155 0.09 0.01 0 0.39 188.57 0.07 0.58
Hex 8D 99 9B 9 1 0 27 BD 7 3A
Octal 215 231 233 11 1 0 47 275 7 72
Binary 10001101 10011001 10011011 1001 1 0 100111 10111101 111 111010

Color Harmonies of #8D999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D999B

Black with #8D999B

Text Example


Text Example

White with #8D999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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