#93A0DB

Color #93A0DB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #93A0DB

Tints of Portage #93A0DB

Color information

#93A0DB (or 0x93A0DB) is unknown color: approx Portage. HEX triplet: 93, A0 and DB. RGB value is (147,160,219). Sum of RGB (Red+Green+Blue) = 147+160+219=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #93A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0DB is #6C5F24. Grayscale: #A2A2A2. Windows color (decimal): -7102245 or 14393491. OLE color: 14393491.

HSL color Cylindrical-coordinate representation of color #93A0DB: hue angle of 229.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A0DB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147160219-
CMYK0.330.2700.14
HSL229.17º50%71.76%-
HSV(B)229.17º32.88%85.88%-
XYZ37.3936.4672.08-
YUV162.84159.69116.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.95%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=27.95%
G=30.42%
B=41.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471602190.330.2700.14229.175071.76
Hex93A0DB211B0Ee53248
Octal223240333413301634562110
Binary1001001110100000110110111000011101101110111001011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A0DB; }

 p { color: rgb(147,160,219); }

 H1.HeaderClassName
 {
   color: #93A0DB;
 }
 .AnyTagClassName
 {
   color: #93A0DB;
 }
</style>
background-color css

<style>
 a { background-color: #93A0DB; }

 a { background-color: rgb(147,160,219); }

 div.DivClassName
 {
   background-color: #93A0DB;
 }
 .BgClassName
 {
   background-color: #93A0DB;
 }
</style>
border-color css

<style>
 span { border-color: #93A0DB; }

 span { border-color: rgb(147,160,219); }

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