Html Css Color HEX #828883 Blue Smoke

📋 copy color: '#828883'

red 130 ◦ green 136 ◦ blue 131

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

Shades of Blue Smoke #828883

Tints of Blue Smoke #828883

RGB

 RED value IS 130 (51.17% from 255) = 32.75%

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 131 (51.56% from 255) = 33%

R = 32.75%
G = 34.26%
B = 33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#828883 (or 0x828883) is known color: Blue Smoke. HEX triplet: 82, 88 and 83. RGB value is (130,136,131). Sum of RGB (Red+Green+Blue) = 130+136+131=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #828883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828883 is #7D777C. Grayscale: #858585. Windows color (decimal): -8222589 or 8620162. OLE color: 8620162.

HSL color Cylindrical-coordinate representation of color #828883: hue angle of 130º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828883 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 131 -
CMYK 0.04 0 0.04 0.47
HSL 130º 0.02% 0.52% -
HSV(B) 130º 0.04% 0.53% -
XYZ 22.11 23.99 24.94 -
YUV 133.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 130 136 131 0.04 0 0.04 0.47 130 0.02 0.52
Hex 82 88 83 4 0 4 2F 82 2 34
Octal 202 210 203 4 0 4 57 202 2 64
Binary 10000010 10001000 10000011 100 0 100 101111 10000010 10 110100

Color Harmonies of #828883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828883

Black with #828883

Text Example


Text Example

White with #828883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828883; }

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

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

background-color css

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

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

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

border-color css

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

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

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