Html Css Color HEX #8283AB Manatee

📋 copy color: '#8283AB'

red 130 ◦ green 131 ◦ blue 171

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

Shades of Manatee #8283AB

Tints of Manatee #8283AB

RGB

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

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

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

R = 30.09%
G = 30.32%
B = 39.58%

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

#8283AB (or 0x8283AB) is known color: Manatee. HEX triplet: 82, 83 and AB. RGB value is (130,131,171). Sum of RGB (Red+Green+Blue) = 130+131+171=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8283AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8283AB is #7D7C54. Grayscale: #878787. Windows color (decimal): -8223829 or 11240322. OLE color: 11240322.

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

Color convert

RGB 130 131 171 -
CMYK 0.24 0.23 0 0.33
HSL 238.54º 0.2% 0.59% -
HSV(B) 238.54º 0.24% 0.67% -
XYZ 24.67 23.92 41.84 -
YUV 135.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 130 131 171 0.24 0.23 0 0.33 238.54 0.2 0.59
Hex 82 83 AB 18 17 0 21 EF 14 3B
Octal 202 203 253 30 27 0 41 357 24 73
Binary 10000010 10000011 10101011 11000 10111 0 100001 11101111 10100 111011

Color Harmonies of #8283AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8283AB

Black with #8283AB

Text Example


Text Example

White with #8283AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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