#8A8FAF

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

Shades of Manatee #8A8FAF

Tints of Manatee #8A8FAF

Color information

#8A8FAF (or 0x8A8FAF) is unknown color: approx Manatee. HEX triplet: 8A, 8F and AF. RGB value is (138,143,175). Sum of RGB (Red+Green+Blue) = 138+143+175=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8FAF is #757050. Grayscale: #919191. Windows color (decimal): -7696465 or 11505546. OLE color: 11505546.

HSL color Cylindrical-coordinate representation of color #8A8FAF: hue angle of 231.89º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A8FAF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138143175-
CMYK0.210.1800.31
HSL231.89º18.78%61.37%-
HSV(B)231.89º21.14%68.63%-
XYZ28.0428.1444.51-
YUV145.15144.84122.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=30.26%
G=31.36%
B=38.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381431750.210.1800.31231.8918.7861.37
Hex8A8FAF151201Fe8133d
Octal21221725725220373502375
Binary10001010100011111010111110101100100111111110100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,143,175); }

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

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

 a { background-color: rgb(138,143,175); }

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

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

 span { border-color: rgb(138,143,175); }

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