#96A0D5

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

Shades of Portage #96A0D5

Tints of Portage #96A0D5

Color information

#96A0D5 (or 0x96A0D5) is unknown color: approx Portage. HEX triplet: 96, A0 and D5. RGB value is (150,160,213). Sum of RGB (Red+Green+Blue) = 150+160+213=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #96A0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0D5 is #695F2A. Grayscale: #A2A2A2. Windows color (decimal): -6905643 or 14000278. OLE color: 14000278.

HSL color Cylindrical-coordinate representation of color #96A0D5: hue angle of 230.48º degrees, saturation: 0.43, 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 #96A0D5 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150160213-
CMYK0.300.2500.16
HSL230.48º42.86%71.18%-
HSV(B)230.48º29.58%83.53%-
XYZ37.1636.4368.02-
YUV163.05156.19118.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=28.68%
G=30.59%
B=40.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501602130.300.2500.16230.4842.8671.18
Hex96A0D51E19010e62b47
Octal226240325363102034653107
Binary1001011010100000110101011111011001010000111001101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,160,213); }

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

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

 a { background-color: rgb(150,160,213); }

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

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

 span { border-color: rgb(150,160,213); }

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