Html Css Color HEX #9294AB Manatee

📋 copy color: '#9294AB'

red 146 ◦ green 148 ◦ blue 171

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

Shades of Manatee #9294AB

Tints of Manatee #9294AB

RGB

 RED value IS 146 (57.42% from 255) = 31.4%

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

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

R = 31.4%
G = 31.83%
B = 36.77%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9294AB (or 0x9294AB) is known color: Manatee. HEX triplet: 92, 94 and AB. RGB value is (146,148,171). Sum of RGB (Red+Green+Blue) = 146+148+171=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #9294AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9294AB is #6D6B54. Grayscale: #959595. Windows color (decimal): -7170901 or 11244690. OLE color: 11244690.

HSL color Cylindrical-coordinate representation of color #9294AB: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9294AB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 148 171 -
CMYK 0.15 0.13 0 0.33
HSL 235.2º 0.13% 0.62% -
HSV(B) 235.2º 0.15% 0.67% -
XYZ 29.79 30.23 42.79 -
YUV 150.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 146 148 171 0.15 0.13 0 0.33 235.2 0.13 0.62
Hex 92 94 AB F D 0 21 EB D 3E
Octal 222 224 253 17 15 0 41 353 15 76
Binary 10010010 10010100 10101011 1111 1101 0 100001 11101011 1101 111110

Color Harmonies of #9294AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9294AB

Black with #9294AB

Text Example


Text Example

White with #9294AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9294AB; }

 p { color: rgb(146,148,171); }

 H1.HeaderClassName
 {
   color: #9294AB;
 }
 .AnyTagClassName
 {
   color: #9294AB;
 }
</style>

background-color css

<style>
 a { background-color: #9294AB; }

 a { background-color: rgb(146,148,171); }

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

border-color css

<style>
 span { border-color: #9294AB; }

 span { border-color: rgb(146,148,171); }

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