#7F9084

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

Shades of Blue Smoke #7F9084

Tints of Blue Smoke #7F9084

Color information

#7F9084 (or 0x7F9084) is unknown color: approx Blue Smoke. HEX triplet: 7F, 90 and 84. RGB value is (127,144,132). Sum of RGB (Red+Green+Blue) = 127+144+132=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9084 is #806F7B. Grayscale: #898989. Windows color (decimal): -8417148 or 8687743. OLE color: 8687743.

HSL color Cylindrical-coordinate representation of color #7F9084: hue angle of 137.65º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F9084 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB127144132-
CMYK0.1200.080.44
HSL137.65º7.11%53.14%-
HSV(B)137.65º11.81%56.47%-
XYZ22.8926.1225.67-
YUV137.55124.87120.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=31.51%
G=35.73%
B=32.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271441320.1200.080.44137.657.1153.14
Hex7F9084C082C8a735
Octal1772202041401054212765
Binary1111111100100001000010011000100010110010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,144,132); }

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

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

 a { background-color: rgb(127,144,132); }

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

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

 span { border-color: rgb(127,144,132); }

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