#9096DC

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

Shades of Portage #9096DC

Tints of Portage #9096DC

Color information

#9096DC (or 0x9096DC) is unknown color: approx Portage. HEX triplet: 90, 96 and DC. RGB value is (144,150,220). Sum of RGB (Red+Green+Blue) = 144+150+220=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9096DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096DC is #6F6923. Grayscale: #9B9B9B. Windows color (decimal): -7301412 or 14456464. OLE color: 14456464.

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

Color convert

RGB144150220-
CMYK0.350.3200.14
HSL235.26º52.05%71.37%-
HSV(B)235.26º34.55%86.27%-
XYZ35.3332.9172.2-
YUV156.19164.01119.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=28.02%
G=29.18%
B=42.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441502200.350.3200.14235.2652.0571.37
Hex9096DC23200Eeb3447
Octal220226334434001635364107
Binary10010000100101101101110010001110000001110111010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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