Html Css Color HEX #8283AA Manatee

📋 copy color: '#8283AA'

red 130 ◦ green 131 ◦ blue 170

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

Shades of Manatee #8283AA

Tints of Manatee #8283AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 30.16%
G = 30.39%
B = 39.44%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8283AA (or 0x8283AA) is known color: Manatee. HEX triplet: 82, 83 and AA. RGB value is (130,131,170). Sum of RGB (Red+Green+Blue) = 130+131+170=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #8283AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8283AA is #7D7C55. Grayscale: #868686. Windows color (decimal): -8223830 or 11174786. OLE color: 11174786.

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

Color convert

RGB 130 131 170 -
CMYK 0.24 0.23 0 0.33
HSL 238.5º 0.19% 0.59% -
HSV(B) 238.5º 0.24% 0.67% -
XYZ 24.58 23.88 41.34 -
YUV 135.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 130 131 170 0.24 0.23 0 0.33 238.5 0.19 0.59
Hex 82 83 AA 18 17 0 21 EE 13 3B
Octal 202 203 252 30 27 0 41 356 23 73
Binary 10000010 10000011 10101010 11000 10111 0 100001 11101110 10011 111011

Color Harmonies of #8283AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8283AA

Black with #8283AA

Text Example


Text Example

White with #8283AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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