#819285

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

Shades of Blue Smoke #819285

Tints of Blue Smoke #819285

Color information

#819285 (or 0x819285) is unknown color: approx Blue Smoke. HEX triplet: 81, 92 and 85. RGB value is (129,146,133). Sum of RGB (Red+Green+Blue) = 129+146+133=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #819285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819285 is #7E6D7A. Grayscale: #8B8B8B. Windows color (decimal): -8285563 or 8753793. OLE color: 8753793.

HSL color Cylindrical-coordinate representation of color #819285: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #819285 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB129146133-
CMYK0.1200.090.43
HSL134.12º7.23%53.92%-
HSV(B)134.12º11.64%57.25%-
XYZ23.5726.9226.14-
YUV139.44124.37120.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=31.62%
G=35.78%
B=32.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461330.1200.090.43134.127.2353.92
Hex819285C092B86736
Octal2012222051401153206766
Binary10000001100100101000010111000100110101110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819285; }

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

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

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

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

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

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

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

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