#8897FB

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

Shades of Portage #8897FB

Tints of Portage #8897FB

Color information

#8897FB (or 0x8897FB) is unknown color: approx Portage. HEX triplet: 88, 97 and FB. RGB value is (136,151,251). Sum of RGB (Red+Green+Blue) = 136+151+251=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #8897FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8897FB is #776804. Grayscale: #9D9D9D. Windows color (decimal): -7825413 or 16488328. OLE color: 16488328.

HSL color Cylindrical-coordinate representation of color #8897FB: hue angle of 232.17º degrees, saturation: 0.93, 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 #8897FB is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136151251-
CMYK0.460.4000.02
HSL232.17º93.5%75.88%-
HSV(B)232.17º45.82%98.43%-
XYZ38.6334.3395.86-
YUV157.92180.53112.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.28%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=25.28%
G=28.07%
B=46.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361512510.460.4000.02232.1793.575.88
Hex8897FB2E2802e85d4c
Octal210227373565002350135114
Binary1000100010010111111110111011101010000101110100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8897FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8897FB; }

 p { color: rgb(136,151,251); }

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

<style>
 a { background-color: #8897FB; }

 a { background-color: rgb(136,151,251); }

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

<style>
 span { border-color: #8897FB; }

 span { border-color: rgb(136,151,251); }

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