#96A3D6

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

Shades of Portage #96A3D6

Tints of Portage #96A3D6

Color information

#96A3D6 (or 0x96A3D6) is unknown color: approx Portage. HEX triplet: 96, A3 and D6. RGB value is (150,163,214). Sum of RGB (Red+Green+Blue) = 150+163+214=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #96A3D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3D6 is #695C29. Grayscale: #A4A4A4. Windows color (decimal): -6904874 or 14066582. OLE color: 14066582.

HSL color Cylindrical-coordinate representation of color #96A3D6: hue angle of 227.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96A3D6 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150163214-
CMYK0.300.2400.16
HSL227.81º43.84%71.37%-
HSV(B)227.81º29.91%83.92%-
XYZ37.8137.5368.87-
YUV164.93155.69117.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=28.46%
G=30.93%
B=40.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501632140.300.2400.16227.8143.8471.37
Hex96A3D61E18010e42c47
Octal226243326363002034454107
Binary1001011010100011110101101111011000010000111001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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