#9A8F7B

Color #9A8F7B Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #9A8F7B

Tints of Heathered Grey #9A8F7B

Color information

#9A8F7B (or 0x9A8F7B) is unknown color: approx Heathered Grey. HEX triplet: 9A, 8F and 7B. RGB value is (154,143,123). Sum of RGB (Red+Green+Blue) = 154+143+123=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8F7B is #657084. Grayscale: #909090. Windows color (decimal): -6647941 or 8097690. OLE color: 8097690.

HSL color Cylindrical-coordinate representation of color #9A8F7B: hue angle of 38.71º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A8F7B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB154143123-
CMYK00.070.200.40
HSL38.71º13.3%54.31%-
HSV(B)38.71º20.13%60.39%-
XYZ26.7227.9522.72-
YUV144.01116.14135.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.67%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=36.67%
G=34.05%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414312300.070.200.4038.7113.354.31
Hex9A8F7B07142827d36
Octal232217173072450471566
Binary100110101000111111110110111101001010001001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8F7B; }

 p { color: rgb(154,143,123); }

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

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

 a { background-color: rgb(154,143,123); }

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

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

 span { border-color: rgb(154,143,123); }

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