Html Css Color HEX #888AAA Manatee

📋 copy color: '#888AAA'

red 136 ◦ green 138 ◦ blue 170

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

Shades of Manatee #888AAA

Tints of Manatee #888AAA

RGB

 RED value IS 136 (53.52% from 255) = 30.63%

 GREEN value IS 138 (54.3% from 255) = 31.08%

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

R = 30.63%
G = 31.08%
B = 38.29%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#888AAA (or 0x888AAA) is known color: Manatee. HEX triplet: 88, 8A and AA. RGB value is (136,138,170). Sum of RGB (Red+Green+Blue) = 136+138+170=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #888AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888AAA is #777555. Grayscale: #8C8C8C. Windows color (decimal): -7828822 or 11176584. OLE color: 11176584.

HSL color Cylindrical-coordinate representation of color #888AAA: hue angle of 236.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #888AAA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 138 170 -
CMYK 0.20 0.19 0 0.33
HSL 236.47º 0.17% 0.6% -
HSV(B) 236.47º 0.2% 0.67% -
XYZ 26.5 26.31 41.71 -
YUV 141.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 136 138 170 0.20 0.19 0 0.33 236.47 0.17 0.6
Hex 88 8A AA 14 13 0 21 EC 11 3C
Octal 210 212 252 24 23 0 41 354 21 74
Binary 10001000 10001010 10101010 10100 10011 0 100001 11101100 10001 111100

Color Harmonies of #888AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888AAA

Black with #888AAA

Text Example


Text Example

White with #888AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888AAA; }

 p { color: rgb(136,138,170); }

 H1.HeaderClassName
 {
   color: #888AAA;
 }
 .AnyTagClassName
 {
   color: #888AAA;
 }
</style>

background-color css

<style>
 a { background-color: #888AAA; }

 a { background-color: rgb(136,138,170); }

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

border-color css

<style>
 span { border-color: #888AAA; }

 span { border-color: rgb(136,138,170); }

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