Html Css Color HEX #80969B Submarine

📋 copy color: '#80969B'

red 128 ◦ green 150 ◦ blue 155

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

Shades of Submarine #80969B

Tints of Submarine #80969B

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.8%

R = 29.56%
G = 34.64%
B = 35.8%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80969B (or 0x80969B) is known color: 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

RGB 128 150 155 -
CMYK 0.17 0.03 0 0.39
HSL 191.11º 0.12% 0.55% -
HSV(B) 191.11º 0.17% 0.61% -
XYZ 25.72 28.77 35.21 -
YUV 143.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 128 150 155 0.17 0.03 0 0.39 191.11 0.12 0.55
Hex 80 96 9B 11 3 0 27 BF C 37
Octal 200 226 233 21 3 0 47 277 14 67
Binary 10000000 10010110 10011011 10001 11 0 100111 10111111 1100 110111

Color Harmonies of #80969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80969B

Black with #80969B

Text Example


Text Example

White with #80969B

Text Example


Text Example

HTML Codes & Css Web 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>