Html Css Color HEX #8A8DAF Manatee

📋 copy color: '#8A8DAF'

red 138 ◦ green 141 ◦ blue 175

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

Shades of Manatee #8A8DAF

Tints of Manatee #8A8DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 30.4%
G = 31.06%
B = 38.55%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A8DAF (or 0x8A8DAF) is known color: Manatee. HEX triplet: 8A, 8D and AF. RGB value is (138,141,175). Sum of RGB (Red+Green+Blue) = 138+141+175=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8DAF is #757250. Grayscale: #8F8F8F. Windows color (decimal): -7696977 or 11505034. OLE color: 11505034.

HSL color Cylindrical-coordinate representation of color #8A8DAF: hue angle of 235.14º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A8DAF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 141 175 -
CMYK 0.21 0.19 0 0.31
HSL 235.14º 0.19% 0.61% -
HSV(B) 235.14º 0.21% 0.69% -
XYZ 27.74 27.55 44.41 -
YUV 143.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 138 141 175 0.21 0.19 0 0.31 235.14 0.19 0.61
Hex 8A 8D AF 15 13 0 1F EB 13 3D
Octal 212 215 257 25 23 0 37 353 23 75
Binary 10001010 10001101 10101111 10101 10011 0 11111 11101011 10011 111101

Color Harmonies of #8A8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8DAF

Black with #8A8DAF

Text Example


Text Example

White with #8A8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,141,175); }

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

background-color css

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

 a { background-color: rgb(138,141,175); }

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

border-color css

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

 span { border-color: rgb(138,141,175); }

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