#96A0D8

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

Shades of Portage #96A0D8

Tints of Portage #96A0D8

Color information

#96A0D8 (or 0x96A0D8) is unknown color: approx Portage. HEX triplet: 96, A0 and D8. RGB value is (150,160,216). Sum of RGB (Red+Green+Blue) = 150+160+216=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #96A0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0D8 is #695F27. Grayscale: #A3A3A3. Windows color (decimal): -6905640 or 14196886. OLE color: 14196886.

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

Color convert

RGB150160216-
CMYK0.310.2600.15
HSL230.91º45.83%71.76%-
HSV(B)230.91º30.56%84.71%-
XYZ37.5436.5870.05-
YUV163.39157.69118.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=28.52%
G=30.42%
B=41.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501602160.310.2600.15230.9145.8371.76
Hex96A0D81F1A0Fe72e48
Octal226240330373201734756110
Binary100101101010000011011000111111101001111111001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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