Html Css Color HEX #839E9B Submarine

📋 copy color: '#839E9B'

red 131 ◦ green 158 ◦ blue 155

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

Shades of Submarine #839E9B

Tints of Submarine #839E9B

RGB

 RED value IS 131 (51.56% from 255) = 29.5%

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

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

R = 29.5%
G = 35.59%
B = 34.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#839E9B (or 0x839E9B) is known color: Submarine. HEX triplet: 83, 9E and 9B. RGB value is (131,158,155). Sum of RGB (Red+Green+Blue) = 131+158+155=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 158 - color contains mainly: green. Hex color #839E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E9B is #7C6164. Grayscale: #959595. Windows color (decimal): -8151397 or 10198659. OLE color: 10198659.

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

Color convert

RGB 131 158 155 -
CMYK 0.17 0 0.02 0.38
HSL 173.33º 0.12% 0.57% -
HSV(B) 173.33º 0.17% 0.62% -
XYZ 27.5 31.65 35.67 -
YUV 149.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 131 158 155 0.17 0 0.02 0.38 173.33 0.12 0.57
Hex 83 9E 9B 11 0 2 26 AD C 39
Octal 203 236 233 21 0 2 46 255 14 71
Binary 10000011 10011110 10011011 10001 0 10 100110 10101101 1100 111001

Color Harmonies of #839E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839E9B

Black with #839E9B

Text Example


Text Example

White with #839E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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