#8A8CAF

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

Shades of Manatee #8A8CAF

Tints of Manatee #8A8CAF

Color information

#8A8CAF (or 0x8A8CAF) is unknown color: approx Manatee. HEX triplet: 8A, 8C and AF. RGB value is (138,140,175). Sum of RGB (Red+Green+Blue) = 138+140+175=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A8CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8CAF is #757350. Grayscale: #8F8F8F. Windows color (decimal): -7697233 or 11504778. OLE color: 11504778.

HSL color Cylindrical-coordinate representation of color #8A8CAF: hue angle of 236.76º 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 #8A8CAF is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138140175-
CMYK0.210.200.31
HSL236.76º18.78%61.37%-
HSV(B)236.76º21.14%68.63%-
XYZ27.627.2544.36-
YUV143.39145.84124.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=30.46%
G=30.91%
B=38.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381401750.210.200.31236.7618.7861.37
Hex8A8CAF151401Fed133d
Octal21221425725240373552375
Binary10001010100011001010111110101101000111111110110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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