Html Css Color HEX #8584AE Manatee

📋 copy color: '#8584AE'

red 133 ◦ green 132 ◦ blue 174

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

Shades of Manatee #8584AE

Tints of Manatee #8584AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 30.3%
G = 30.07%
B = 39.64%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8584AE (or 0x8584AE) is known color: Manatee. HEX triplet: 85, 84 and AE. RGB value is (133,132,174). Sum of RGB (Red+Green+Blue) = 133+132+174=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #8584AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8584AE is #7A7B51. Grayscale: #888888. Windows color (decimal): -8026962 or 11437189. OLE color: 11437189.

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

Color convert

RGB 133 132 174 -
CMYK 0.24 0.24 0 0.32
HSL 241.43º 0.21% 0.6% -
HSV(B) 241.43º 0.24% 0.68% -
XYZ 25.56 24.55 43.43 -
YUV 137.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 133 132 174 0.24 0.24 0 0.32 241.43 0.21 0.6
Hex 85 84 AE 18 18 0 20 F1 15 3C
Octal 205 204 256 30 30 0 40 361 25 74
Binary 10000101 10000100 10101110 11000 11000 0 100000 11110001 10101 111100

Color Harmonies of #8584AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8584AE

Black with #8584AE

Text Example


Text Example

White with #8584AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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