Html Css Color HEX #8387AA Manatee

📋 copy color: '#8387AA'

red 131 ◦ green 135 ◦ blue 170

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

Shades of Manatee #8387AA

Tints of Manatee #8387AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 30.05%
G = 30.96%
B = 38.99%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8387AA (or 0x8387AA) is known color: Manatee. HEX triplet: 83, 87 and AA. RGB value is (131,135,170). Sum of RGB (Red+Green+Blue) = 131+135+170=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #8387AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8387AA is #7C7855. Grayscale: #898989. Windows color (decimal): -8157270 or 11175811. OLE color: 11175811.

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

Color convert

RGB 131 135 170 -
CMYK 0.23 0.21 0 0.33
HSL 233.85º 0.19% 0.59% -
HSV(B) 233.85º 0.23% 0.67% -
XYZ 25.28 25.06 41.53 -
YUV 137.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 131 135 170 0.23 0.21 0 0.33 233.85 0.19 0.59
Hex 83 87 AA 17 15 0 21 EA 13 3B
Octal 203 207 252 27 25 0 41 352 23 73
Binary 10000011 10000111 10101010 10111 10101 0 100001 11101010 10011 111011

Color Harmonies of #8387AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8387AA

Black with #8387AA

Text Example


Text Example

White with #8387AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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