#8896FE

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

Shades of Portage #8896FE

Tints of Portage #8896FE

Color information

#8896FE (or 0x8896FE) is unknown color: approx Portage. HEX triplet: 88, 96 and FE. RGB value is (136,150,254). Sum of RGB (Red+Green+Blue) = 136+150+254=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #8896FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896FE is #776901. Grayscale: #9D9D9D. Windows color (decimal): -7825666 or 16684680. OLE color: 16684680.

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

Color convert

RGB136150254-
CMYK0.460.4100.00
HSL232.88º98.33%76.47%-
HSV(B)232.88º46.46%99.61%-
XYZ38.9534.298.31-
YUV157.67182.36112.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.19%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=25.19%
G=27.78%
B=47.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1361502540.460.4100.00232.8898.3376.47
Hex8896FE2E2900e9624c
Octal210226376565100351142114
Binary100010001001011011111110101110101001001110100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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