#96A1F0

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

Shades of Portage #96A1F0

Tints of Portage #96A1F0

Color information

#96A1F0 (or 0x96A1F0) is unknown color: approx Portage. HEX triplet: 96, A1 and F0. RGB value is (150,161,240). Sum of RGB (Red+Green+Blue) = 150+161+240=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #96A1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A1F0 is #695E0F. Grayscale: #A6A6A6. Windows color (decimal): -6905360 or 15770006. OLE color: 15770006.

HSL color Cylindrical-coordinate representation of color #96A1F0: hue angle of 232.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A1F0 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150161240-
CMYK0.370.3300.06
HSL232.67º75%76.47%-
HSV(B)232.67º37.5%94.12%-
XYZ41.0538.2787.66-
YUV166.72169.36116.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=27.22%
G=29.22%
B=43.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501612400.370.3300.06232.677576.47
Hex96A1F0252106e94b4c
Octal226241360454106351113114
Binary10010110101000011111000010010110000101101110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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