Html Css Color HEX #818E85 Blue Smoke

📋 copy color: '#818E85'

red 129 ◦ green 142 ◦ blue 133

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

Shades of Blue Smoke #818E85

Tints of Blue Smoke #818E85

RGB

 RED value IS 129 (50.78% from 255) = 31.93%

 GREEN value IS 142 (55.86% from 255) = 35.15%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 31.93%
G = 35.15%
B = 32.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#818E85 (or 0x818E85) is known color: Blue Smoke. HEX triplet: 81, 8E and 85. RGB value is (129,142,133). Sum of RGB (Red+Green+Blue) = 129+142+133=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 142 - color contains mainly: green. Hex color #818E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E85 is #7E717A. Grayscale: #898989. Windows color (decimal): -8286587 or 8752769. OLE color: 8752769.

HSL color Cylindrical-coordinate representation of color #818E85: hue angle of 138.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818E85 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 142 133 -
CMYK 0.09 0 0.06 0.44
HSL 138.46º 0.05% 0.53% -
HSV(B) 138.46º 0.09% 0.56% -
XYZ 22.96 25.71 25.94 -
YUV 137.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 129 142 133 0.09 0 0.06 0.44 138.46 0.05 0.53
Hex 81 8E 85 9 0 6 2C 8A 5 35
Octal 201 216 205 11 0 6 54 212 5 65
Binary 10000001 10001110 10000101 1001 0 110 101100 10001010 101 110101

Color Harmonies of #818E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E85

Black with #818E85

Text Example


Text Example

White with #818E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E85; }

 p { color: rgb(129,142,133); }

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

background-color css

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

 a { background-color: rgb(129,142,133); }

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

border-color css

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

 span { border-color: rgb(129,142,133); }

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