#7B9280

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

Shades of Blue Smoke #7B9280

Tints of Blue Smoke #7B9280

Color information

#7B9280 (or 0x7B9280) is unknown color: approx Blue Smoke. HEX triplet: 7B, 92 and 80. RGB value is (123,146,128). Sum of RGB (Red+Green+Blue) = 123+146+128=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9280 is #846D7F. Grayscale: #898989. Windows color (decimal): -8678784 or 8426107. OLE color: 8426107.

HSL color Cylindrical-coordinate representation of color #7B9280: hue angle of 133.04º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B9280 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB123146128-
CMYK0.1600.120.43
HSL133.04º9.54%52.75%-
HSV(B)133.04º15.75%57.25%-
XYZ22.3426.3324.33-
YUV137.07122.88117.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=30.98%
G=36.78%
B=32.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231461280.1600.120.43133.049.5452.75
Hex7B9280100C2B85a35
Octal17322220020014532051265
Binary111101110010010100000001000001100101011100001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,146,128); }

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

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

 a { background-color: rgb(123,146,128); }

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

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

 span { border-color: rgb(123,146,128); }

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