#8283AD

Color #8283AD Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8283AD

Tints of Manatee #8283AD

Color information

#8283AD (or 0x8283AD) is unknown color: approx Manatee. HEX triplet: 82, 83 and AD. RGB value is (130,131,173). Sum of RGB (Red+Green+Blue) = 130+131+173=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8283AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8283AD is #7D7C52. Grayscale: #878787. Windows color (decimal): -8223827 or 11371394. OLE color: 11371394.

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

Color convert

RGB130131173-
CMYK0.250.2400.32
HSL238.6º20.77%59.41%-
HSV(B)238.6º24.86%67.84%-
XYZ24.872442.86-
YUV135.49149.17124.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=29.95%
G=30.18%
B=39.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301311730.250.2400.32238.620.7759.41
Hex8283AD1918020ef153b
Octal20220325531300403572573
Binary100000101000001110101101110011100001000001110111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8283AD;
 }
 .AnyTagClassName
 {
   color: #8283AD;
 }
</style>
background-color css

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

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

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

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

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

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