#9093DC

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

Shades of Portage #9093DC

Tints of Portage #9093DC

Color information

#9093DC (or 0x9093DC) is unknown color: approx Portage. HEX triplet: 90, 93 and DC. RGB value is (144,147,220). Sum of RGB (Red+Green+Blue) = 144+147+220=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #9093DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9093DC is #6F6C23. Grayscale: #9A9A9A. Windows color (decimal): -7302180 or 14455696. OLE color: 14455696.

HSL color Cylindrical-coordinate representation of color #9093DC: hue angle of 237.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9093DC is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144147220-
CMYK0.350.3300.14
HSL237.63º52.05%71.37%-
HSV(B)237.63º34.55%86.27%-
XYZ34.8531.9672.04-
YUV154.43165.01120.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=28.18%
G=28.77%
B=43.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441472200.350.3300.14237.6352.0571.37
Hex9093DC23210Eee3447
Octal220223334434101635664107
Binary10010000100100111101110010001110000101110111011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9093DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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