Html Css Color HEX #807FAB Manatee

📋 copy color: '#807FAB'

red 128 ◦ green 127 ◦ blue 171

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

Shades of Manatee #807FAB

Tints of Manatee #807FAB

RGB

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

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

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

R = 30.05%
G = 29.81%
B = 40.14%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#807FAB (or 0x807FAB) is known color: Manatee. HEX triplet: 80, 7F and AB. RGB value is (128,127,171). Sum of RGB (Red+Green+Blue) = 128+127+171=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #807FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807FAB is #7F8054. Grayscale: #848484. Windows color (decimal): -8355925 or 11239296. OLE color: 11239296.

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

Color convert

RGB 128 127 171 -
CMYK 0.25 0.26 0 0.33
HSL 241.36º 0.21% 0.58% -
HSV(B) 241.36º 0.26% 0.67% -
XYZ 23.84 22.71 41.65 -
YUV 132.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 128 127 171 0.25 0.26 0 0.33 241.36 0.21 0.58
Hex 80 7F AB 19 1A 0 21 F1 15 3A
Octal 200 177 253 31 32 0 41 361 25 72
Binary 10000000 1111111 10101011 11001 11010 0 100001 11110001 10101 111010

Color Harmonies of #807FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FAB

Black with #807FAB

Text Example


Text Example

White with #807FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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