Html Css Color HEX #8287AB Manatee

📋 copy color: '#8287AB'

red 130 ◦ green 135 ◦ blue 171

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

Shades of Manatee #8287AB

Tints of Manatee #8287AB

RGB

 RED value IS 130 (51.17% from 255) = 29.82%

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

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

R = 29.82%
G = 30.96%
B = 39.22%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8287AB (or 0x8287AB) is known color: Manatee. HEX triplet: 82, 87 and AB. RGB value is (130,135,171). Sum of RGB (Red+Green+Blue) = 130+135+171=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8287AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8287AB is #7D7854. Grayscale: #898989. Windows color (decimal): -8222805 or 11241346. OLE color: 11241346.

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

Color convert

RGB 130 135 171 -
CMYK 0.24 0.21 0 0.33
HSL 232.68º 0.2% 0.59% -
HSV(B) 232.68º 0.24% 0.67% -
XYZ 25.22 25.01 42.03 -
YUV 137.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 130 135 171 0.24 0.21 0 0.33 232.68 0.2 0.59
Hex 82 87 AB 18 15 0 21 E9 14 3B
Octal 202 207 253 30 25 0 41 351 24 73
Binary 10000010 10000111 10101011 11000 10101 0 100001 11101001 10100 111011

Color Harmonies of #8287AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8287AB

Black with #8287AB

Text Example


Text Example

White with #8287AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,135,171); }

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

background-color css

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

 a { background-color: rgb(130,135,171); }

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

border-color css

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

 span { border-color: rgb(130,135,171); }

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