#8799FB

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

Shades of Portage #8799FB

Tints of Portage #8799FB

Color information

#8799FB (or 0x8799FB) is unknown color: approx Portage. HEX triplet: 87, 99 and FB. RGB value is (135,153,251). Sum of RGB (Red+Green+Blue) = 135+153+251=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #8799FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799FB is #786604. Grayscale: #9E9E9E. Windows color (decimal): -7890437 or 16488839. OLE color: 16488839.

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

Color convert

RGB135153251-
CMYK0.460.3900.02
HSL230.69º93.55%75.69%-
HSV(B)230.69º46.22%98.43%-
XYZ38.834.995.96-
YUV158.79180.04111.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=25.05%
G=28.39%
B=46.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351532510.460.3900.02230.6993.5575.69
Hex8799FB2E2702e75e4c
Octal207231373564702347136114
Binary1000011110011001111110111011101001110101110011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8799FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,153,251); }

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

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

 a { background-color: rgb(135,153,251); }

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

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

 span { border-color: rgb(135,153,251); }

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