#8A847B

Color #8A847B Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #8A847B

Tints of Schooner #8A847B

Color information

#8A847B (or 0x8A847B) is unknown color: approx Schooner. HEX triplet: 8A, 84 and 7B. RGB value is (138,132,123). Sum of RGB (Red+Green+Blue) = 138+132+123=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 138 - color contains mainly: red. Hex color #8A847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A847B is #757B84. Grayscale: #848484. Windows color (decimal): -7699333 or 8094858. OLE color: 8094858.

HSL color Cylindrical-coordinate representation of color #8A847B: hue angle of 36º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A847B is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB138132123-
CMYK00.040.110.46
HSL36º6.02%51.18%-
HSV(B)36º10.87%54.12%-
XYZ22.3123.3422.07-
YUV132.77122.49131.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=35.11%
G=33.59%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813212300.040.110.46366.0251.18
Hex8A847B04B2E24633
Octal21220417304135644663
Binary1000101010000100111101101001011101110100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A847B; }

 p { color: rgb(138,132,123); }

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

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

 a { background-color: rgb(138,132,123); }

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

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

 span { border-color: rgb(138,132,123); }

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