Html Css Color HEX #8584AB Manatee

📋 copy color: '#8584AB'

red 133 ◦ green 132 ◦ blue 171

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

Shades of Manatee #8584AB

Tints of Manatee #8584AB

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

 GREEN value IS 132 (51.95% from 255) = 30.28%

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

R = 30.5%
G = 30.28%
B = 39.22%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8584AB (or 0x8584AB) is known color: Manatee. HEX triplet: 85, 84 and AB. RGB value is (133,132,171). Sum of RGB (Red+Green+Blue) = 133+132+171=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8584AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8584AB is #7A7B54. Grayscale: #888888. Windows color (decimal): -8026965 or 11240581. OLE color: 11240581.

HSL color Cylindrical-coordinate representation of color #8584AB: hue angle of 241.54º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8584AB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 132 171 -
CMYK 0.22 0.23 0 0.33
HSL 241.54º 0.19% 0.59% -
HSV(B) 241.54º 0.23% 0.67% -
XYZ 25.27 24.43 41.91 -
YUV 136.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 133 132 171 0.22 0.23 0 0.33 241.54 0.19 0.59
Hex 85 84 AB 16 17 0 21 F2 13 3B
Octal 205 204 253 26 27 0 41 362 23 73
Binary 10000101 10000100 10101011 10110 10111 0 100001 11110010 10011 111011

Color Harmonies of #8584AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8584AB

Black with #8584AB

Text Example


Text Example

White with #8584AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,132,171); }

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

background-color css

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

 a { background-color: rgb(133,132,171); }

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

border-color css

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

 span { border-color: rgb(133,132,171); }

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