Html Css Color HEX #8A8EAA Manatee

📋 copy color: '#8A8EAA'

red 138 ◦ green 142 ◦ blue 170

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

Shades of Manatee #8A8EAA

Tints of Manatee #8A8EAA

RGB

 RED value IS 138 (54.3% from 255) = 30.67%

 GREEN value IS 142 (55.86% from 255) = 31.56%

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

R = 30.67%
G = 31.56%
B = 37.78%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A8EAA (or 0x8A8EAA) is known color: Manatee. HEX triplet: 8A, 8E and AA. RGB value is (138,142,170). Sum of RGB (Red+Green+Blue) = 138+142+170=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8EAA is #757155. Grayscale: #8F8F8F. Windows color (decimal): -7696726 or 11177610. OLE color: 11177610.

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

Color convert

RGB 138 142 170 -
CMYK 0.19 0.16 0 0.33
HSL 232.5º 0.16% 0.6% -
HSV(B) 232.5º 0.19% 0.67% -
XYZ 27.41 27.65 41.92 -
YUV 144 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 138 142 170 0.19 0.16 0 0.33 232.5 0.16 0.6
Hex 8A 8E AA 13 10 0 21 E8 10 3C
Octal 212 216 252 23 20 0 41 350 20 74
Binary 10001010 10001110 10101010 10011 10000 0 100001 11101000 10000 111100

Color Harmonies of #8A8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8EAA

Black with #8A8EAA

Text Example


Text Example

White with #8A8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8EAA; }

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

 H1.HeaderClassName
 {
   color: #8A8EAA;
 }
 .AnyTagClassName
 {
   color: #8A8EAA;
 }
</style>

background-color css

<style>
 a { background-color: #8A8EAA; }

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

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

border-color css

<style>
 span { border-color: #8A8EAA; }

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

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