Html Css Color HEX #8D9A9B Submarine

📋 copy color: '#8D9A9B'

red 141 ◦ green 154 ◦ blue 155

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

Shades of Submarine #8D9A9B

Tints of Submarine #8D9A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.22%

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

R = 31.33%
G = 34.22%
B = 34.44%

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

#8D9A9B (or 0x8D9A9B) is known color: Submarine. HEX triplet: 8D, 9A and 9B. RGB value is (141,154,155). Sum of RGB (Red+Green+Blue) = 141+154+155=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D9A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9A9B is #726564. Grayscale: #969696. Windows color (decimal): -7497061 or 10197645. OLE color: 10197645.

HSL color Cylindrical-coordinate representation of color #8D9A9B: hue angle of 184.29º 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 #8D9A9B is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 154 155 -
CMYK 0.09 0.01 0 0.39
HSL 184.29º 0.07% 0.58% -
HSV(B) 184.29º 0.09% 0.61% -
XYZ 28.46 31.14 35.52 -
YUV 150.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 141 154 155 0.09 0.01 0 0.39 184.29 0.07 0.58
Hex 8D 9A 9B 9 1 0 27 B8 7 3A
Octal 215 232 233 11 1 0 47 270 7 72
Binary 10001101 10011010 10011011 1001 1 0 100111 10111000 111 111010

Color Harmonies of #8D9A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9A9B

Black with #8D9A9B

Text Example


Text Example

White with #8D9A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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