#8799ef

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

Shades of Portage #8799EF

Tints of Portage #8799EF

Color information

#8799EF (or 0x8799EF) is unknown color: approx Portage. HEX triplet: 87, 99 and EF. RGB value is (135,153,239). Sum of RGB (Red+Green+Blue) = 135+153+239=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #8799EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799EF is #786610. Grayscale: #9D9D9D. Windows color (decimal): -7890449 or 15702407. OLE color: 15702407.

HSL color Cylindrical-coordinate representation of color #8799EF: hue angle of 229.62º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8799EF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB135153239-
CMYK0.440.3600.06
HSL229.62º76.47%73.33%-
HSV(B)229.62º43.51%93.73%-
XYZ36.9634.1786.31-
YUV157.42174.04112.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 239 (93.75% from 255) = 45.35%
R=25.62%
G=29.03%
B=45.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1351532390.440.3600.06229.6276.4773.33
Hex8799EF2C2406e64c49
Octal207231357544406346114111
Binary10000111100110011110111110110010010001101110011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8799ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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