Html Css Color HEX #8389AA Manatee

📋 copy color: '#8389AA'

red 131 ◦ green 137 ◦ blue 170

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

Shades of Manatee #8389AA

Tints of Manatee #8389AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 29.91%
G = 31.28%
B = 38.81%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8389AA (or 0x8389AA) is known color: Manatee. HEX triplet: 83, 89 and AA. RGB value is (131,137,170). Sum of RGB (Red+Green+Blue) = 131+137+170=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #8389AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8389AA is #7C7655. Grayscale: #8A8A8A. Windows color (decimal): -8156758 or 11176323. OLE color: 11176323.

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

Color convert

RGB 131 137 170 -
CMYK 0.23 0.19 0 0.33
HSL 230.77º 0.19% 0.59% -
HSV(B) 230.77º 0.23% 0.67% -
XYZ 25.56 25.62 41.63 -
YUV 138.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 131 137 170 0.23 0.19 0 0.33 230.77 0.19 0.59
Hex 83 89 AA 17 13 0 21 E7 13 3B
Octal 203 211 252 27 23 0 41 347 23 73
Binary 10000011 10001001 10101010 10111 10011 0 100001 11100111 10011 111011

Color Harmonies of #8389AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389AA

Black with #8389AA

Text Example


Text Example

White with #8389AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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