#96A4D9

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

Shades of Portage #96A4D9

Tints of Portage #96A4D9

Color information

#96A4D9 (or 0x96A4D9) is unknown color: approx Portage. HEX triplet: 96, A4 and D9. RGB value is (150,164,217). Sum of RGB (Red+Green+Blue) = 150+164+217=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #96A4D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4D9 is #695B26. Grayscale: #A5A5A5. Windows color (decimal): -6904615 or 14263446. OLE color: 14263446.

HSL color Cylindrical-coordinate representation of color #96A4D9: hue angle of 227.46º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A4D9 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150164217-
CMYK0.310.2400.15
HSL227.46º46.85%71.96%-
HSV(B)227.46º30.88%85.1%-
XYZ38.3838.0470.97-
YUV165.86156.86116.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=28.25%
G=30.89%
B=40.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501642170.310.2400.15227.4646.8571.96
Hex96A4D91F180Fe32f48
Octal226244331373001734357110
Binary100101101010010011011001111111100001111111000111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A4D9; }

 p { color: rgb(150,164,217); }

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

<style>
 a { background-color: #96A4D9; }

 a { background-color: rgb(150,164,217); }

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

<style>
 span { border-color: #96A4D9; }

 span { border-color: rgb(150,164,217); }

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