#8B8FAF

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

Shades of Manatee #8B8FAF

Tints of Manatee #8B8FAF

Color information

#8B8FAF (or 0x8B8FAF) is unknown color: approx Manatee. HEX triplet: 8B, 8F and AF. RGB value is (139,143,175). Sum of RGB (Red+Green+Blue) = 139+143+175=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8FAF is #747050. Grayscale: #919191. Windows color (decimal): -7630929 or 11505547. OLE color: 11505547.

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

Color convert

RGB139143175-
CMYK0.210.1800.31
HSL233.33º18.37%61.57%-
HSV(B)233.33º20.57%68.63%-
XYZ28.2128.2344.52-
YUV145.45144.67123.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=30.42%
G=31.29%
B=38.29%

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
Decimal1391431750.210.1800.31233.3318.3761.57
Hex8B8FAF151201Fe9123e
Octal21321725725220373512276
Binary10001011100011111010111110101100100111111110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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