Html Css Color HEX #8389AB Manatee

📋 copy color: '#8389AB'

red 131 ◦ green 137 ◦ blue 171

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

Shades of Manatee #8389AB

Tints of Manatee #8389AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

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

R = 29.84%
G = 31.21%
B = 38.95%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8389AB (or 0x8389AB) is known color: Manatee. HEX triplet: 83, 89 and AB. RGB value is (131,137,171). Sum of RGB (Red+Green+Blue) = 131+137+171=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8389AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8389AB is #7C7654. Grayscale: #8A8A8A. Windows color (decimal): -8156757 or 11241859. OLE color: 11241859.

HSL color Cylindrical-coordinate representation of color #8389AB: hue angle of 231º 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 #8389AB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 137 171 -
CMYK 0.23 0.20 0 0.33
HSL 231º 0.19% 0.59% -
HSV(B) 231º 0.23% 0.67% -
XYZ 25.66 25.66 42.13 -
YUV 139.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 131 137 171 0.23 0.20 0 0.33 231 0.19 0.59
Hex 83 89 AB 17 14 0 21 E7 13 3B
Octal 203 211 253 27 24 0 41 347 23 73
Binary 10000011 10001001 10101011 10111 10100 0 100001 11100111 10011 111011

Color Harmonies of #8389AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389AB

Black with #8389AB

Text Example


Text Example

White with #8389AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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