#96a0db

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

Shades of Portage #96A0DB

Tints of Portage #96A0DB

Color information

#96A0DB (or 0x96A0DB) is unknown color: approx Portage. HEX triplet: 96, A0 and DB. RGB value is (150,160,219). Sum of RGB (Red+Green+Blue) = 150+160+219=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #96A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0DB is #695F24. Grayscale: #A3A3A3. Windows color (decimal): -6905637 or 14393494. OLE color: 14393494.

HSL color Cylindrical-coordinate representation of color #96A0DB: hue angle of 231.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A0DB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150160219-
CMYK0.320.2700.14
HSL231.3º48.94%72.35%-
HSV(B)231.3º31.51%85.88%-
XYZ37.9336.7472.11-
YUV163.74159.19118.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=28.36%
G=30.25%
B=41.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501602190.320.2700.14231.348.9472.35
Hex96A0DB201B0Ee73148
Octal226240333403301634761110
Binary1001011010100000110110111000001101101110111001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96a0db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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