#809384

Color #809384 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #809384

Tints of Blue Smoke #809384

Color information

#809384 (or 0x809384) is unknown color: approx Blue Smoke. HEX triplet: 80, 93 and 84. RGB value is (128,147,132). Sum of RGB (Red+Green+Blue) = 128+147+132=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #809384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809384 is #7F6C7B. Grayscale: #8B8B8B. Windows color (decimal): -8350844 or 8688512. OLE color: 8688512.

HSL color Cylindrical-coordinate representation of color #809384: hue angle of 132.63º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809384 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB128147132-
CMYK0.1300.100.42
HSL132.63º8.09%53.92%-
HSV(B)132.63º12.93%57.65%-
XYZ23.527.1225.83-
YUV139.61123.71119.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=31.45%
G=36.12%
B=32.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471320.1300.100.42132.638.0953.92
Hex809384D0A2A85836
Octal20022320415012522051066
Binary100000001001001110000100110101010101010100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809384; }

 p { color: rgb(128,147,132); }

 H1.HeaderClassName
 {
   color: #809384;
 }
 .AnyTagClassName
 {
   color: #809384;
 }
</style>
background-color css

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

 a { background-color: rgb(128,147,132); }

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

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

 span { border-color: rgb(128,147,132); }

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