#819385

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

Shades of Blue Smoke #819385

Tints of Blue Smoke #819385

Color information

#819385 (or 0x819385) is unknown color: approx Blue Smoke. HEX triplet: 81, 93 and 85. RGB value is (129,147,133). Sum of RGB (Red+Green+Blue) = 129+147+133=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #819385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819385 is #7E6C7A. Grayscale: #8C8C8C. Windows color (decimal): -8285307 or 8754049. OLE color: 8754049.

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

Color convert

RGB129147133-
CMYK0.1200.100.42
HSL133.33º7.69%54.12%-
HSV(B)133.33º12.24%57.65%-
XYZ23.7227.2326.2-
YUV140.02124.04120.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=31.54%
G=35.94%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471330.1200.100.42133.337.6954.12
Hex819385C0A2A85836
Octal20122320514012522051066
Binary100000011001001110000101110001010101010100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819385; }

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

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

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

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

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

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

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

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