#96A1DC

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

Shades of Portage #96A1DC

Tints of Portage #96A1DC

Color information

#96A1DC (or 0x96A1DC) is unknown color: approx Portage. HEX triplet: 96, A1 and DC. RGB value is (150,161,220). Sum of RGB (Red+Green+Blue) = 150+161+220=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #96A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1DC is #695E23. Grayscale: #A4A4A4. Windows color (decimal): -6905380 or 14459286. OLE color: 14459286.

HSL color Cylindrical-coordinate representation of color #96A1DC: hue angle of 230.57º 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 #96A1DC is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150161220-
CMYK0.320.2700.14
HSL230.57º50%72.55%-
HSV(B)230.57º31.82%86.27%-
XYZ38.2437.1472.86-
YUV164.44159.36117.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=28.25%
G=30.32%
B=41.43%

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
Decimal1501612200.320.2700.14230.575072.55
Hex96A1DC201B0Ee73249
Octal226241334403301634762111
Binary1001011010100001110111001000001101101110111001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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