#96A3DC

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

Shades of Portage #96A3DC

Tints of Portage #96A3DC

Color information

#96A3DC (or 0x96A3DC) is unknown color: approx Portage. HEX triplet: 96, A3 and DC. RGB value is (150,163,220). Sum of RGB (Red+Green+Blue) = 150+163+220=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #96A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3DC is #695C23. Grayscale: #A5A5A5. Windows color (decimal): -6904868 or 14459798. OLE color: 14459798.

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

Color convert

RGB150163220-
CMYK0.320.2600.14
HSL228.86º50%72.55%-
HSV(B)228.86º31.82%86.27%-
XYZ38.5937.8572.98-
YUV165.61158.69116.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=28.14%
G=30.58%
B=41.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501632200.320.2600.14228.865072.55
Hex96A3DC201A0Ee53249
Octal226243334403201634562111
Binary1001011010100011110111001000001101001110111001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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