Html Css Color HEX #8C989B Submarine

📋 copy color: '#8C989B'

red 140 ◦ green 152 ◦ blue 155

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

Shades of Submarine #8C989B

Tints of Submarine #8C989B

RGB

 RED value IS 140 (55.08% from 255) = 31.32%

 GREEN value IS 152 (59.77% from 255) = 34%

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

R = 31.32%
G = 34%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C989B (or 0x8C989B) is known color: Submarine. HEX triplet: 8C, 98 and 9B. RGB value is (140,152,155). Sum of RGB (Red+Green+Blue) = 140+152+155=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C989B is #736764. Grayscale: #949494. Windows color (decimal): -7563109 or 10197132. OLE color: 10197132.

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

Color convert

RGB 140 152 155 -
CMYK 0.10 0.02 0 0.39
HSL 192º 0.07% 0.58% -
HSV(B) 192º 0.1% 0.61% -
XYZ 27.96 30.4 35.4 -
YUV 148.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 140 152 155 0.10 0.02 0 0.39 192 0.07 0.58
Hex 8C 98 9B A 2 0 27 C0 7 3A
Octal 214 230 233 12 2 0 47 300 7 72
Binary 10001100 10011000 10011011 1010 10 0 100111 11000000 111 111010

Color Harmonies of #8C989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C989B

Black with #8C989B

Text Example


Text Example

White with #8C989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,155); }

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

background-color css

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

 a { background-color: rgb(140,152,155); }

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

border-color css

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

 span { border-color: rgb(140,152,155); }

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