#9099DD

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

Shades of Portage #9099DD

Tints of Portage #9099DD

Color information

#9099DD (or 0x9099DD) is unknown color: approx Portage. HEX triplet: 90, 99 and DD. RGB value is (144,153,221). Sum of RGB (Red+Green+Blue) = 144+153+221=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9099DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099DD is #6F6622. Grayscale: #9D9D9D. Windows color (decimal): -7300643 or 14522768. OLE color: 14522768.

HSL color Cylindrical-coordinate representation of color #9099DD: hue angle of 232.99º 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 #9099DD is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144153221-
CMYK0.350.3100.13
HSL232.99º53.1%71.57%-
HSV(B)232.99º34.84%86.67%-
XYZ35.9433.9373.06-
YUV158.06163.52117.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.80%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=27.80%
G=29.54%
B=42.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441532210.350.3100.13232.9953.171.57
Hex9099DD231F0De93548
Octal220231335433701535165110
Binary1001000010011001110111011000111111101101111010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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