Html Css Color HEX #8285AA Manatee

📋 copy color: '#8285AA'

red 130 ◦ green 133 ◦ blue 170

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

Shades of Manatee #8285AA

Tints of Manatee #8285AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 30.02%
G = 30.72%
B = 39.26%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8285AA (or 0x8285AA) is known color: Manatee. HEX triplet: 82, 85 and AA. RGB value is (130,133,170). Sum of RGB (Red+Green+Blue) = 130+133+170=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #8285AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8285AA is #7D7A55. Grayscale: #888888. Windows color (decimal): -8223318 or 11175298. OLE color: 11175298.

HSL color Cylindrical-coordinate representation of color #8285AA: hue angle of 235.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 #8285AA is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 133 170 -
CMYK 0.24 0.22 0 0.33
HSL 235.5º 0.19% 0.59% -
HSV(B) 235.5º 0.24% 0.67% -
XYZ 24.85 24.42 41.43 -
YUV 136.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 130 133 170 0.24 0.22 0 0.33 235.5 0.19 0.59
Hex 82 85 AA 18 16 0 21 EC 13 3B
Octal 202 205 252 30 26 0 41 354 23 73
Binary 10000010 10000101 10101010 11000 10110 0 100001 11101100 10011 111011

Color Harmonies of #8285AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8285AA

Black with #8285AA

Text Example


Text Example

White with #8285AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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