#96A1F4

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

Shades of Portage #96A1F4

Tints of Portage #96A1F4

Color information

#96A1F4 (or 0x96A1F4) is unknown color: approx Portage. HEX triplet: 96, A1 and F4. RGB value is (150,161,244). Sum of RGB (Red+Green+Blue) = 150+161+244=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #96A1F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A1F4 is #695E0B. Grayscale: #A6A6A6. Windows color (decimal): -6905356 or 16032150. OLE color: 16032150.

HSL color Cylindrical-coordinate representation of color #96A1F4: hue angle of 232.98º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96A1F4 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB150161244-
CMYK0.390.3400.04
HSL232.98º81.03%77.25%-
HSV(B)232.98º38.52%95.69%-
XYZ41.6538.5190.82-
YUV167.17171.36115.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 244 (95.70% from 255) = 43.96%
R=27.03%
G=29.01%
B=43.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501612440.390.3400.04232.9881.0377.25
Hex96A1F4272204e9514d
Octal226241364474204351121115
Binary10010110101000011111010010011110001001001110100110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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