#8D95AF

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

Shades of Manatee #8D95AF

Tints of Manatee #8D95AF

Color information

#8D95AF (or 0x8D95AF) is unknown color: approx Manatee. HEX triplet: 8D, 95 and AF. RGB value is (141,149,175). Sum of RGB (Red+Green+Blue) = 141+149+175=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D95AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D95AF is #726A50. Grayscale: #959595. Windows color (decimal): -7498321 or 11507085. OLE color: 11507085.

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

Color convert

RGB141149175-
CMYK0.190.1500.31
HSL225.88º17.53%61.96%-
HSV(B)225.88º19.43%68.63%-
XYZ29.4730.2544.84-
YUV149.57142.35121.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=30.32%
G=32.04%
B=37.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411491750.190.1500.31225.8817.5361.96
Hex8D95AF13F01Fe2123e
Octal21522525723170373422276
Binary1000110110010101101011111001111110111111110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,175); }

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

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

 a { background-color: rgb(141,149,175); }

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

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

 span { border-color: rgb(141,149,175); }

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