Html Css Color HEX #809E9B Submarine

📋 copy color: '#809E9B'

red 128 ◦ green 158 ◦ blue 155

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

Shades of Submarine #809E9B

Tints of Submarine #809E9B

RGB

 RED value IS 128 (50.39% from 255) = 29.02%

 GREEN value IS 158 (62.11% from 255) = 35.83%

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

R = 29.02%
G = 35.83%
B = 35.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#809E9B (or 0x809E9B) is known color: Submarine. HEX triplet: 80, 9E and 9B. RGB value is (128,158,155). Sum of RGB (Red+Green+Blue) = 128+158+155=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 158 - color contains mainly: green. Hex color #809E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809E9B is #7F6164. Grayscale: #949494. Windows color (decimal): -8348005 or 10198656. OLE color: 10198656.

HSL color Cylindrical-coordinate representation of color #809E9B: hue angle of 174º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809E9B is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 158 155 -
CMYK 0.19 0 0.02 0.38
HSL 174º 0.13% 0.56% -
HSV(B) 174º 0.19% 0.62% -
XYZ 27.05 31.41 35.65 -
YUV 148.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 128 158 155 0.19 0 0.02 0.38 174 0.13 0.56
Hex 80 9E 9B 13 0 2 26 AE D 38
Octal 200 236 233 23 0 2 46 256 15 70
Binary 10000000 10011110 10011011 10011 0 10 100110 10101110 1101 111000

Color Harmonies of #809E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809E9B

Black with #809E9B

Text Example


Text Example

White with #809E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809E9B; }

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

 H1.HeaderClassName
 {
   color: #809E9B;
 }
 .AnyTagClassName
 {
   color: #809E9B;
 }
</style>

background-color css

<style>
 a { background-color: #809E9B; }

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

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

border-color css

<style>
 span { border-color: #809E9B; }

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

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