#8F94B4

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

Shades of Manatee #8F94B4

Tints of Manatee #8F94B4

Color information

#8F94B4 (or 0x8F94B4) is unknown color: approx Manatee. HEX triplet: 8F, 94 and B4. RGB value is (143,148,180). Sum of RGB (Red+Green+Blue) = 143+148+180=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F94B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F94B4 is #706B4B. Grayscale: #969696. Windows color (decimal): -7367500 or 11834511. OLE color: 11834511.

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

Color convert

RGB143148180-
CMYK0.210.1800.29
HSL231.89º19.79%63.33%-
HSV(B)231.89º20.56%70.59%-
XYZ30.1630.3147.44-
YUV150.15144.84122.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.36%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=30.36%
G=31.42%
B=38.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431481800.210.1800.29231.8919.7963.33
Hex8F94B4151201De8143f
Octal21722426425220353502477
Binary10001111100101001011010010101100100111011110100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F94B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,180); }

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

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

 a { background-color: rgb(143,148,180); }

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

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

 span { border-color: rgb(143,148,180); }

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