#8093DD

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

Shades of Portage #8093DD

Tints of Portage #8093DD

Color information

#8093DD (or 0x8093DD) is unknown color: approx Portage. HEX triplet: 80, 93 and DD. RGB value is (128,147,221). Sum of RGB (Red+Green+Blue) = 128+147+221=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8093DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093DD is #7F6C22. Grayscale: #959595. Windows color (decimal): -8350755 or 14521216. OLE color: 14521216.

HSL color Cylindrical-coordinate representation of color #8093DD: hue angle of 227.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8093DD is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128147221-
CMYK0.420.3300.13
HSL227.74º57.76%68.43%-
HSV(B)227.74º42.08%86.67%-
XYZ32.3930.6872.62-
YUV149.76168.21112.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.81%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=25.81%
G=29.64%
B=44.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281472210.420.3300.13227.7457.7668.43
Hex8093DD2A210De43a44
Octal200223335524101534472104
Binary10000000100100111101110110101010000101101111001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8093DD; }

 p { color: rgb(128,147,221); }

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

<style>
 a { background-color: #8093DD; }

 a { background-color: rgb(128,147,221); }

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

<style>
 span { border-color: #8093DD; }

 span { border-color: rgb(128,147,221); }

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