Html Css Color HEX #8B94AE Manatee

📋 copy color: '#8B94AE'

red 139 ◦ green 148 ◦ blue 174

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

Shades of Manatee #8B94AE

Tints of Manatee #8B94AE

RGB

 RED value IS 139 (54.69% from 255) = 30.15%

 GREEN value IS 148 (58.2% from 255) = 32.1%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 30.15%
G = 32.1%
B = 37.74%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B94AE (or 0x8B94AE) is known color: Manatee. HEX triplet: 8B, 94 and AE. RGB value is (139,148,174). Sum of RGB (Red+Green+Blue) = 139+148+174=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B94AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B94AE is #746B51. Grayscale: #949494. Windows color (decimal): -7629650 or 11441291. OLE color: 11441291.

HSL color Cylindrical-coordinate representation of color #8B94AE: hue angle of 224.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B94AE is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 148 174 -
CMYK 0.20 0.15 0 0.32
HSL 224.57º 0.18% 0.61% -
HSV(B) 224.57º 0.2% 0.68% -
XYZ 28.88 29.72 44.26 -
YUV 148.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 139 148 174 0.20 0.15 0 0.32 224.57 0.18 0.61
Hex 8B 94 AE 14 F 0 20 E1 12 3D
Octal 213 224 256 24 17 0 40 341 22 75
Binary 10001011 10010100 10101110 10100 1111 0 100000 11100001 10010 111101

Color Harmonies of #8B94AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B94AE

Black with #8B94AE

Text Example


Text Example

White with #8B94AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,148,174); }

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

background-color css

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

 a { background-color: rgb(139,148,174); }

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

border-color css

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

 span { border-color: rgb(139,148,174); }

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