Html Css Color HEX #839193 Submarine

📋 copy color: '#839193'

red 131 ◦ green 145 ◦ blue 147

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

Shades of Submarine #839193

Tints of Submarine #839193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 30.97%
G = 34.28%
B = 34.75%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#839193 (or 0x839193) is known color: Submarine. HEX triplet: 83, 91 and 93. RGB value is (131,145,147). Sum of RGB (Red+Green+Blue) = 131+145+147=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #839193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839193 is #7C6E6C. Grayscale: #8D8D8D. Windows color (decimal): -8154733 or 9671043. OLE color: 9671043.

HSL color Cylindrical-coordinate representation of color #839193: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839193 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 145 147 -
CMYK 0.11 0.01 0 0.42
HSL 187.5º 0.07% 0.55% -
HSV(B) 187.5º 0.11% 0.58% -
XYZ 24.75 27.18 31.55 -
YUV 141.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 131 145 147 0.11 0.01 0 0.42 187.5 0.07 0.55
Hex 83 91 93 B 1 0 2A BC 7 37
Octal 203 221 223 13 1 0 52 274 7 67
Binary 10000011 10010001 10010011 1011 1 0 101010 10111100 111 110111

Color Harmonies of #839193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839193

Black with #839193

Text Example


Text Example

White with #839193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839193; }

 p { color: rgb(131,145,147); }

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

background-color css

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

 a { background-color: rgb(131,145,147); }

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

border-color css

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

 span { border-color: rgb(131,145,147); }

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