#8B93B2

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

Shades of Manatee #8B93B2

Tints of Manatee #8B93B2

Color information

#8B93B2 (or 0x8B93B2) is unknown color: approx Manatee. HEX triplet: 8B, 93 and B2. RGB value is (139,147,178). Sum of RGB (Red+Green+Blue) = 139+147+178=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B93B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B93B2 is #746C4D. Grayscale: #949494. Windows color (decimal): -7629902 or 11703179. OLE color: 11703179.

HSL color Cylindrical-coordinate representation of color #8B93B2: hue angle of 227.69º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B93B2 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB139147178-
CMYK0.220.1700.30
HSL227.69º20.21%62.16%-
HSV(B)227.69º21.91%69.8%-
XYZ29.1229.5746.29-
YUV148.14144.85121.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.96%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=29.96%
G=31.68%
B=38.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391471780.220.1700.30227.6920.2162.16
Hex8B93B2161101Ee4143e
Octal21322326226210363442476
Binary10001011100100111011001010110100010111101110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,178); }

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

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

 a { background-color: rgb(139,147,178); }

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

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

 span { border-color: rgb(139,147,178); }

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