#8384AC

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

Shades of Manatee #8384AC

Tints of Manatee #8384AC

Color information

#8384AC (or 0x8384AC) is unknown color: approx Manatee. HEX triplet: 83, 84 and AC. RGB value is (131,132,172). Sum of RGB (Red+Green+Blue) = 131+132+172=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #8384AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384AC is #7C7B53. Grayscale: #888888. Windows color (decimal): -8158036 or 11306115. OLE color: 11306115.

HSL color Cylindrical-coordinate representation of color #8384AC: hue angle of 238.54º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8384AC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131132172-
CMYK0.240.2300.33
HSL238.54º19.81%59.41%-
HSV(B)238.54º23.84%67.45%-
XYZ25.0624.3142.4-
YUV136.26148.17124.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=30.11%
G=30.34%
B=39.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311321720.240.2300.33238.5419.8159.41
Hex8384AC1817021ef143b
Octal20320425430270413572473
Binary100000111000010010101100110001011101000011110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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