#96A1D3

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

Shades of Portage #96A1D3

Tints of Portage #96A1D3

Color information

#96A1D3 (or 0x96A1D3) is unknown color: approx Portage. HEX triplet: 96, A1 and D3. RGB value is (150,161,211). Sum of RGB (Red+Green+Blue) = 150+161+211=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #96A1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1D3 is #695E2C. Grayscale: #A3A3A3. Windows color (decimal): -6905389 or 13869462. OLE color: 13869462.

HSL color Cylindrical-coordinate representation of color #96A1D3: hue angle of 229.18º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96A1D3 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB150161211-
CMYK0.290.2400.17
HSL229.18º40.94%70.78%-
HSV(B)229.18º28.91%82.75%-
XYZ37.0836.6866.75-
YUV163.41154.86118.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 211 (82.81% from 255) = 40.42%
R=28.74%
G=30.84%
B=40.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1501612110.290.2400.17229.1840.9470.78
Hex96A1D31D18011e52947
Octal226241323353002134551107
Binary1001011010100001110100111110111000010001111001011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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