#96A3D8

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

Shades of Portage #96A3D8

Tints of Portage #96A3D8

Color information

#96A3D8 (or 0x96A3D8) is unknown color: approx Portage. HEX triplet: 96, A3 and D8. RGB value is (150,163,216). Sum of RGB (Red+Green+Blue) = 150+163+216=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #96A3D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3D8 is #695C27. Grayscale: #A4A4A4. Windows color (decimal): -6904872 or 14197654. OLE color: 14197654.

HSL color Cylindrical-coordinate representation of color #96A3D8: hue angle of 228.18º degrees, saturation: 0.46, 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 #96A3D8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150163216-
CMYK0.310.2500.15
HSL228.18º45.83%71.76%-
HSV(B)228.18º30.56%84.71%-
XYZ38.0737.6470.22-
YUV165.16156.69117.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=28.36%
G=30.81%
B=40.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501632160.310.2500.15228.1845.8371.76
Hex96A3D81F190Fe42e48
Octal226243330373101734456110
Binary100101101010001111011000111111100101111111001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,163,216); }

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

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

 a { background-color: rgb(150,163,216); }

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

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

 span { border-color: rgb(150,163,216); }

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