#80969B

Color #80969B Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #80969B

Tints of Submarine #80969B

Color information

#80969B (or 0x80969B) is unknown color: approx Submarine. HEX triplet: 80, 96 and 9B. RGB value is (128,150,155). Sum of RGB (Red+Green+Blue) = 128+150+155=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #80969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80969B is #7F6964. Grayscale: #8F8F8F. Windows color (decimal): -8350053 or 10196608. OLE color: 10196608.

HSL color Cylindrical-coordinate representation of color #80969B: hue angle of 191.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80969B is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB128150155-
CMYK0.170.0300.39
HSL191.11º11.89%55.49%-
HSV(B)191.11º17.42%60.78%-
XYZ25.7228.7735.21-
YUV143.99134.21116.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=29.56%
G=34.64%
B=35.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281501550.170.0300.39191.1111.8955.49
Hex80969B113027bfc37
Octal2002262332130472771467
Binary10000000100101101001101110001110100111101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80969B; }

 p { color: rgb(128,150,155); }

 H1.HeaderClassName
 {
   color: #80969B;
 }
 .AnyTagClassName
 {
   color: #80969B;
 }
</style>
background-color css

<style>
 a { background-color: #80969B; }

 a { background-color: rgb(128,150,155); }

 div.DivClassName
 {
   background-color: #80969B;
 }
 .BgClassName
 {
   background-color: #80969B;
 }
</style>
border-color css

<style>
 span { border-color: #80969B; }

 span { border-color: rgb(128,150,155); }

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