Html Css Color HEX #9093AC Manatee

📋 copy color: '#9093AC'

red 144 ◦ green 147 ◦ blue 172

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

Shades of Manatee #9093AC

Tints of Manatee #9093AC

RGB

 RED value IS 144 (56.64% from 255) = 31.1%

 GREEN value IS 147 (57.81% from 255) = 31.75%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 31.1%
G = 31.75%
B = 37.15%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9093AC (or 0x9093AC) is known color: Manatee. HEX triplet: 90, 93 and AC. RGB value is (144,147,172). Sum of RGB (Red+Green+Blue) = 144+147+172=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #9093AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9093AC is #6F6C53. Grayscale: #949494. Windows color (decimal): -7302228 or 11309968. OLE color: 11309968.

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

Color convert

RGB 144 147 172 -
CMYK 0.16 0.15 0 0.33
HSL 233.57º 0.14% 0.62% -
HSV(B) 233.57º 0.16% 0.67% -
XYZ 29.38 29.78 43.23 -
YUV 148.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 144 147 172 0.16 0.15 0 0.33 233.57 0.14 0.62
Hex 90 93 AC 10 F 0 21 EA E 3E
Octal 220 223 254 20 17 0 41 352 16 76
Binary 10010000 10010011 10101100 10000 1111 0 100001 11101010 1110 111110

Color Harmonies of #9093AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9093AC

Black with #9093AC

Text Example


Text Example

White with #9093AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9093AC; }

 p { color: rgb(144,147,172); }

 H1.HeaderClassName
 {
   color: #9093AC;
 }
 .AnyTagClassName
 {
   color: #9093AC;
 }
</style>

background-color css

<style>
 a { background-color: #9093AC; }

 a { background-color: rgb(144,147,172); }

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

border-color css

<style>
 span { border-color: #9093AC; }

 span { border-color: rgb(144,147,172); }

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