Html Css Color HEX #8384AB Manatee

📋 copy color: '#8384AB'

red 131 ◦ green 132 ◦ blue 171

#8384AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #8384AB

Tints of Manatee #8384AB

RGB

 RED value IS 131 (51.56% from 255) = 30.18%

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 30.18%
G = 30.41%
B = 39.4%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8384AB (or 0x8384AB) is known color: Manatee. HEX triplet: 83, 84 and AB. RGB value is (131,132,171). Sum of RGB (Red+Green+Blue) = 131+132+171=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8384AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8384AB is #7C7B54. Grayscale: #878787. Windows color (decimal): -8158037 or 11240579. OLE color: 11240579.

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

Color convert

RGB 131 132 171 -
CMYK 0.23 0.23 0 0.33
HSL 238.5º 0.19% 0.59% -
HSV(B) 238.5º 0.23% 0.67% -
XYZ 24.96 24.27 41.9 -
YUV 136.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 131 132 171 0.23 0.23 0 0.33 238.5 0.19 0.59
Hex 83 84 AB 17 17 0 21 EE 13 3B
Octal 203 204 253 27 27 0 41 356 23 73
Binary 10000011 10000100 10101011 10111 10111 0 100001 11101110 10011 111011

Color Harmonies of #8384AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384AB

Black with #8384AB

Text Example


Text Example

White with #8384AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8384AB;
 }
 .AnyTagClassName
 {
   color: #8384AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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