Html Css Color HEX #839287 Blue Smoke

📋 copy color: '#839287'

red 131 ◦ green 146 ◦ blue 135

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

Shades of Blue Smoke #839287

Tints of Blue Smoke #839287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 31.8%
G = 35.44%
B = 32.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#839287 (or 0x839287) is known color: Blue Smoke. HEX triplet: 83, 92 and 87. RGB value is (131,146,135). Sum of RGB (Red+Green+Blue) = 131+146+135=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #839287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839287 is #7C6D78. Grayscale: #8C8C8C. Windows color (decimal): -8154489 or 8884867. OLE color: 8884867.

HSL color Cylindrical-coordinate representation of color #839287: hue angle of 136º 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 #839287 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 135 -
CMYK 0.10 0 0.08 0.43
HSL 136º 0.06% 0.54% -
HSV(B) 136º 0.1% 0.57% -
XYZ 24.01 27.13 26.89 -
YUV 140.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 131 146 135 0.10 0 0.08 0.43 136 0.06 0.54
Hex 83 92 87 A 0 8 2B 88 6 36
Octal 203 222 207 12 0 10 53 210 6 66
Binary 10000011 10010010 10000111 1010 0 1000 101011 10001000 110 110110

Color Harmonies of #839287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839287

Black with #839287

Text Example


Text Example

White with #839287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839287; }

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

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

background-color css

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

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

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

border-color css

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

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

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