Html Css Color HEX #839295 Submarine

📋 copy color: '#839295'

red 131 ◦ green 146 ◦ blue 149

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

Shades of Submarine #839295

Tints of Submarine #839295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 30.75%
G = 34.27%
B = 34.98%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#839295 (or 0x839295) is known color: Submarine. HEX triplet: 83, 92 and 95. RGB value is (131,146,149). Sum of RGB (Red+Green+Blue) = 131+146+149=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #839295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839295 is #7C6D6A. Grayscale: #8D8D8D. Windows color (decimal): -8154475 or 9802371. OLE color: 9802371.

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

Color convert

RGB 131 146 149 -
CMYK 0.12 0.02 0 0.42
HSL 190º 0.08% 0.55% -
HSV(B) 190º 0.12% 0.58% -
XYZ 25.06 27.55 32.43 -
YUV 141.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 131 146 149 0.12 0.02 0 0.42 190 0.08 0.55
Hex 83 92 95 C 2 0 2A BE 8 37
Octal 203 222 225 14 2 0 52 276 10 67
Binary 10000011 10010010 10010101 1100 10 0 101010 10111110 1000 110111

Color Harmonies of #839295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839295

Black with #839295

Text Example


Text Example

White with #839295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839295; }

 p { color: rgb(131,146,149); }

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

background-color css

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

 a { background-color: rgb(131,146,149); }

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

border-color css

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

 span { border-color: rgb(131,146,149); }

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