#8799FA

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

Shades of Portage #8799FA

Tints of Portage #8799FA

Color information

#8799FA (or 0x8799FA) is unknown color: approx Portage. HEX triplet: 87, 99 and FA. RGB value is (135,153,250). Sum of RGB (Red+Green+Blue) = 135+153+250=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #8799FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799FA is #786605. Grayscale: #9E9E9E. Windows color (decimal): -7890438 or 16423303. OLE color: 16423303.

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

Color convert

RGB135153250-
CMYK0.460.3900.02
HSL230.61º92%75.49%-
HSV(B)230.61º46%98.04%-
XYZ38.6434.8495.13-
YUV158.68179.54111.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=25.09%
G=28.44%
B=46.47%

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
Decimal1351532500.460.3900.02230.619275.49
Hex8799FA2E2702e75c4b
Octal207231372564702347134113
Binary1000011110011001111110101011101001110101110011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8799FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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