Html Css Color HEX #9093AF Manatee

📋 copy color: '#9093AF'

red 144 ◦ green 147 ◦ blue 175

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

Shades of Manatee #9093AF

Tints of Manatee #9093AF

RGB

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

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

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

R = 30.9%
G = 31.55%
B = 37.55%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9093AF (or 0x9093AF) is known color: Manatee. HEX triplet: 90, 93 and AF. RGB value is (144,147,175). Sum of RGB (Red+Green+Blue) = 144+147+175=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #9093AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9093AF is #6F6C50. Grayscale: #959595. Windows color (decimal): -7302225 or 11506576. OLE color: 11506576.

HSL color Cylindrical-coordinate representation of color #9093AF: hue angle of 234.19º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9093AF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 147 175 -
CMYK 0.18 0.16 0 0.31
HSL 234.19º 0.16% 0.63% -
HSV(B) 234.19º 0.18% 0.69% -
XYZ 29.67 29.89 44.76 -
YUV 149.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 144 147 175 0.18 0.16 0 0.31 234.19 0.16 0.63
Hex 90 93 AF 12 10 0 1F EA 10 3F
Octal 220 223 257 22 20 0 37 352 20 77
Binary 10010000 10010011 10101111 10010 10000 0 11111 11101010 10000 111111

Color Harmonies of #9093AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9093AF

Black with #9093AF

Text Example


Text Example

White with #9093AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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