Html Css Color HEX #8F9C9B Submarine

📋 copy color: '#8F9C9B'

red 143 ◦ green 156 ◦ blue 155

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

Shades of Submarine #8F9C9B

Tints of Submarine #8F9C9B

RGB

 RED value IS 143 (56.25% from 255) = 31.5%

 GREEN value IS 156 (61.33% from 255) = 34.36%

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

R = 31.5%
G = 34.36%
B = 34.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#8F9C9B (or 0x8F9C9B) is known color: Submarine. HEX triplet: 8F, 9C and 9B. RGB value is (143,156,155). Sum of RGB (Red+Green+Blue) = 143+156+155=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C9B is #706364. Grayscale: #979797. Windows color (decimal): -7365477 or 10198159. OLE color: 10198159.

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

Color convert

RGB 143 156 155 -
CMYK 0.08 0 0.01 0.39
HSL 175.38º 0.06% 0.59% -
HSV(B) 175.38º 0.08% 0.61% -
XYZ 29.13 31.98 35.65 -
YUV 152 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 143 156 155 0.08 0 0.01 0.39 175.38 0.06 0.59
Hex 8F 9C 9B 8 0 1 27 AF 6 3B
Octal 217 234 233 10 0 1 47 257 6 73
Binary 10001111 10011100 10011011 1000 0 1 100111 10101111 110 111011

Color Harmonies of #8F9C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9C9B

Black with #8F9C9B

Text Example


Text Example

White with #8F9C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,156,155); }

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

background-color css

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

 a { background-color: rgb(143,156,155); }

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

border-color css

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

 span { border-color: rgb(143,156,155); }

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