#9091DD

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

Shades of Portage #9091DD

Tints of Portage #9091DD

Color information

#9091DD (or 0x9091DD) is unknown color: approx Portage. HEX triplet: 90, 91 and DD. RGB value is (144,145,221). Sum of RGB (Red+Green+Blue) = 144+145+221=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #9091DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9091DD is #6F6E22. Grayscale: #999999. Windows color (decimal): -7302691 or 14520720. OLE color: 14520720.

HSL color Cylindrical-coordinate representation of color #9091DD: hue angle of 239.22º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9091DD is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144145221-
CMYK0.350.3400.13
HSL239.22º53.1%71.57%-
HSV(B)239.22º34.84%86.67%-
XYZ34.6831.472.64-
YUV153.36166.17121.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=28.24%
G=28.43%
B=43.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441452210.350.3400.13239.2253.171.57
Hex9091DD23220Def3548
Octal220221335434201535765110
Binary10010000100100011101110110001110001001101111011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9091DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,145,221); }

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

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

 a { background-color: rgb(144,145,221); }

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

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

 span { border-color: rgb(144,145,221); }

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