Html Css Color HEX #807FAA Manatee

📋 copy color: '#807FAA'

red 128 ◦ green 127 ◦ blue 170

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

Shades of Manatee #807FAA

Tints of Manatee #807FAA

RGB

 RED value IS 128 (50.39% from 255) = 30.12%

 GREEN value IS 127 (50% from 255) = 29.88%

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

R = 30.12%
G = 29.88%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#807FAA (or 0x807FAA) is known color: Manatee. HEX triplet: 80, 7F and AA. RGB value is (128,127,170). Sum of RGB (Red+Green+Blue) = 128+127+170=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #807FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FAA is #7F8055. Grayscale: #848484. Windows color (decimal): -8355926 or 11173760. OLE color: 11173760.

HSL color Cylindrical-coordinate representation of color #807FAA: hue angle of 241.4º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #807FAA is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 127 170 -
CMYK 0.25 0.25 0 0.33
HSL 241.4º 0.2% 0.58% -
HSV(B) 241.4º 0.25% 0.67% -
XYZ 23.75 22.67 41.15 -
YUV 132.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 128 127 170 0.25 0.25 0 0.33 241.4 0.2 0.58
Hex 80 7F AA 19 19 0 21 F1 14 3A
Octal 200 177 252 31 31 0 41 361 24 72
Binary 10000000 1111111 10101010 11001 11001 0 100001 11110001 10100 111010

Color Harmonies of #807FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FAA

Black with #807FAA

Text Example


Text Example

White with #807FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807FAA; }

 p { color: rgb(128,127,170); }

 H1.HeaderClassName
 {
   color: #807FAA;
 }
 .AnyTagClassName
 {
   color: #807FAA;
 }
</style>

background-color css

<style>
 a { background-color: #807FAA; }

 a { background-color: rgb(128,127,170); }

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

border-color css

<style>
 span { border-color: #807FAA; }

 span { border-color: rgb(128,127,170); }

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