#9090DC

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

Shades of Portage #9090DC

Tints of Portage #9090DC

Color information

#9090DC (or 0x9090DC) is unknown color: approx Portage. HEX triplet: 90, 90 and DC. RGB value is (144,144,220). Sum of RGB (Red+Green+Blue) = 144+144+220=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #9090DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090DC is #6F6F23. Grayscale: #989898. Windows color (decimal): -7302948 or 14454928. OLE color: 14454928.

HSL color Cylindrical-coordinate representation of color #9090DC: hue angle of 240º 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 #9090DC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144144220-
CMYK0.350.3500.14
HSL240º52.05%71.37%-
HSV(B)240º34.55%86.27%-
XYZ34.3931.0471.89-
YUV152.66166121.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 220 (86.33% from 255) = 43.31%
R=28.35%
G=28.35%
B=43.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441442200.350.3500.1424052.0571.37
Hex9090DC23230Ef03447
Octal220220334434301636064107
Binary10010000100100001101110010001110001101110111100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9090DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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