#8896FA

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

Shades of Portage #8896FA

Tints of Portage #8896FA

Color information

#8896FA (or 0x8896FA) is unknown color: approx Portage. HEX triplet: 88, 96 and FA. RGB value is (136,150,250). Sum of RGB (Red+Green+Blue) = 136+150+250=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #8896FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896FA is #776905. Grayscale: #9C9C9C. Windows color (decimal): -7825670 or 16422536. OLE color: 16422536.

HSL color Cylindrical-coordinate representation of color #8896FA: hue angle of 232.63º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8896FA is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136150250-
CMYK0.460.400.02
HSL232.63º91.94%75.69%-
HSV(B)232.63º45.6%98.04%-
XYZ38.3233.9594.98-
YUV157.21180.36112.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.37%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=25.37%
G=27.99%
B=46.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361502500.460.400.02232.6391.9475.69
Hex8896FA2E2802e95c4c
Octal210226372565002351134114
Binary1000100010010110111110101011101010000101110100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8896FA; }

 p { color: rgb(136,150,250); }

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

<style>
 a { background-color: #8896FA; }

 a { background-color: rgb(136,150,250); }

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

<style>
 span { border-color: #8896FA; }

 span { border-color: rgb(136,150,250); }

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