Html Css Color HEX #808783 Blue Smoke

📋 copy color: '#808783'

red 128 ◦ green 135 ◦ blue 131

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

Shades of Blue Smoke #808783

Tints of Blue Smoke #808783

RGB

 RED value IS 128 (50.39% from 255) = 32.49%

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 32.49%
G = 34.26%
B = 33.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#808783 (or 0x808783) is known color: Blue Smoke. HEX triplet: 80, 87 and 83. RGB value is (128,135,131). Sum of RGB (Red+Green+Blue) = 128+135+131=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 135 - color contains mainly: green. Hex color #808783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808783 is #7F787C. Grayscale: #848484. Windows color (decimal): -8353917 or 8619904. OLE color: 8619904.

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

Color convert

RGB 128 135 131 -
CMYK 0.05 0 0.03 0.47
HSL 145.71º 0.03% 0.52% -
HSV(B) 145.71º 0.05% 0.53% -
XYZ 21.66 23.56 24.88 -
YUV 132.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 128 135 131 0.05 0 0.03 0.47 145.71 0.03 0.52
Hex 80 87 83 5 0 3 2F 92 3 34
Octal 200 207 203 5 0 3 57 222 3 64
Binary 10000000 10000111 10000011 101 0 11 101111 10010010 11 110100

Color Harmonies of #808783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808783

Black with #808783

Text Example


Text Example

White with #808783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808783; }

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

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

background-color css

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

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

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

border-color css

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

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

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