Html Css Color HEX #839188 Blue Smoke

📋 copy color: '#839188'

red 131 ◦ green 145 ◦ blue 136

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

Shades of Blue Smoke #839188

Tints of Blue Smoke #839188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.01%

R = 31.8%
G = 35.19%
B = 33.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#839188 (or 0x839188) is known color: Blue Smoke. HEX triplet: 83, 91 and 88. RGB value is (131,145,136). Sum of RGB (Red+Green+Blue) = 131+145+136=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 145 - color contains mainly: green. Hex color #839188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839188 is #7C6E77. Grayscale: #8B8B8B. Windows color (decimal): -8154744 or 8950147. OLE color: 8950147.

HSL color Cylindrical-coordinate representation of color #839188: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839188 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 136 -
CMYK 0.10 0 0.06 0.43
HSL 141.43º 0.06% 0.54% -
HSV(B) 141.43º 0.1% 0.57% -
XYZ 23.93 26.85 27.21 -
YUV 139.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 131 145 136 0.10 0 0.06 0.43 141.43 0.06 0.54
Hex 83 91 88 A 0 6 2B 8D 6 36
Octal 203 221 210 12 0 6 53 215 6 66
Binary 10000011 10010001 10001000 1010 0 110 101011 10001101 110 110110

Color Harmonies of #839188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839188

Black with #839188

Text Example


Text Example

White with #839188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839188; }

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

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

background-color css

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

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

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

border-color css

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

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

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