#7F9283

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

Shades of Blue Smoke #7F9283

Tints of Blue Smoke #7F9283

Color information

#7F9283 (or 0x7F9283) is unknown color: approx Blue Smoke. HEX triplet: 7F, 92 and 83. RGB value is (127,146,131). Sum of RGB (Red+Green+Blue) = 127+146+131=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9283 is #806D7C. Grayscale: #8A8A8A. Windows color (decimal): -8416637 or 8622719. OLE color: 8622719.

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

Color convert

RGB127146131-
CMYK0.1300.100.43
HSL132.63º8.02%53.53%-
HSV(B)132.63º13.01%57.25%-
XYZ23.1326.7125.41-
YUV138.61123.71119.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=31.44%
G=36.14%
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.43
SystemRedGreenBlueCMYKHSL
Decimal1271461310.1300.100.43132.638.0253.53
Hex7F9283D0A2B85836
Octal17722220315012532051066
Binary11111111001001010000011110101010101011100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9283; }

 p { color: rgb(127,146,131); }

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

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

 a { background-color: rgb(127,146,131); }

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

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

 span { border-color: rgb(127,146,131); }

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