Html Css Color HEX #8280AD Manatee

📋 copy color: '#8280AD'

red 130 ◦ green 128 ◦ blue 173

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

Shades of Manatee #8280AD

Tints of Manatee #8280AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 30.16%
G = 29.7%
B = 40.14%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8280AD (or 0x8280AD) is known color: Manatee. HEX triplet: 82, 80 and AD. RGB value is (130,128,173). Sum of RGB (Red+Green+Blue) = 130+128+173=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #8280AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8280AD is #7D7F52. Grayscale: #858585. Windows color (decimal): -8224595 or 11370626. OLE color: 11370626.

HSL color Cylindrical-coordinate representation of color #8280AD: hue angle of 242.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8280AD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 128 173 -
CMYK 0.25 0.26 0 0.32
HSL 242.67º 0.22% 0.59% -
HSV(B) 242.67º 0.26% 0.68% -
XYZ 24.47 23.2 42.72 -
YUV 133.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 130 128 173 0.25 0.26 0 0.32 242.67 0.22 0.59
Hex 82 80 AD 19 1A 0 20 F3 16 3B
Octal 202 200 255 31 32 0 40 363 26 73
Binary 10000010 10000000 10101101 11001 11010 0 100000 11110011 10110 111011

Color Harmonies of #8280AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8280AD

Black with #8280AD

Text Example


Text Example

White with #8280AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8280AD; }

 p { color: rgb(130,128,173); }

 H1.HeaderClassName
 {
   color: #8280AD;
 }
 .AnyTagClassName
 {
   color: #8280AD;
 }
</style>

background-color css

<style>
 a { background-color: #8280AD; }

 a { background-color: rgb(130,128,173); }

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

border-color css

<style>
 span { border-color: #8280AD; }

 span { border-color: rgb(130,128,173); }

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