#8384A7

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

Shades of Manatee #8384A7

Tints of Manatee #8384A7

Color information

#8384A7 (or 0x8384A7) is unknown color: approx Manatee. HEX triplet: 83, 84 and A7. RGB value is (131,132,167). Sum of RGB (Red+Green+Blue) = 131+132+167=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 167 - color contains mainly: blue. Hex color #8384A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384A7 is #7C7B58. Grayscale: #878787. Windows color (decimal): -8158041 or 10978435. OLE color: 10978435.

HSL color Cylindrical-coordinate representation of color #8384A7: hue angle of 238.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8384A7 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB131132167-
CMYK0.220.2100.35
HSL238.33º16.98%58.43%-
HSV(B)238.33º21.56%65.49%-
XYZ24.5924.1239.92-
YUV135.69145.67124.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 167 (65.62% from 255) = 38.84%
R=30.47%
G=30.70%
B=38.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311321670.220.2100.35238.3316.9858.43
Hex8384A71615023ee113a
Octal20320424726250433562172
Binary100000111000010010100111101101010101000111110111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8384A7; }

 p { color: rgb(131,132,167); }

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

<style>
 a { background-color: #8384A7; }

 a { background-color: rgb(131,132,167); }

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

<style>
 span { border-color: #8384A7; }

 span { border-color: rgb(131,132,167); }

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