#96A4F1

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

Shades of Portage #96A4F1

Tints of Portage #96A4F1

Color information

#96A4F1 (or 0x96A4F1) is unknown color: approx Portage. HEX triplet: 96, A4 and F1. RGB value is (150,164,241). Sum of RGB (Red+Green+Blue) = 150+164+241=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #96A4F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A4F1 is #695B0E. Grayscale: #A8A8A8. Windows color (decimal): -6904591 or 15836310. OLE color: 15836310.

HSL color Cylindrical-coordinate representation of color #96A4F1: hue angle of 230.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A4F1 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150164241-
CMYK0.380.3200.05
HSL230.77º76.47%76.67%-
HSV(B)230.77º37.76%94.51%-
XYZ41.7339.3988.62-
YUV168.59168.86114.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=27.03%
G=29.55%
B=43.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501642410.380.3200.05230.7776.4776.67
Hex96A4F1262005e74c4d
Octal226244361464005347114115
Binary10010110101001001111000110011010000001011110011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,241); }

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

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

 a { background-color: rgb(150,164,241); }

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

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

 span { border-color: rgb(150,164,241); }

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