#8799EA

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

Shades of Portage #8799EA

Tints of Portage #8799EA

Color information

#8799EA (or 0x8799EA) is unknown color: approx Portage. HEX triplet: 87, 99 and EA. RGB value is (135,153,234). Sum of RGB (Red+Green+Blue) = 135+153+234=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #8799EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8799EA is #786615. Grayscale: #9C9C9C. Windows color (decimal): -7890454 or 15374727. OLE color: 15374727.

HSL color Cylindrical-coordinate representation of color #8799EA: hue angle of 229.09º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8799EA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135153234-
CMYK0.420.3500.08
HSL229.09º70.21%72.35%-
HSV(B)229.09º42.31%91.76%-
XYZ36.2333.8782.47-
YUV156.85171.54112.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.86%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=25.86%
G=29.31%
B=44.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351532340.420.3500.08229.0970.2172.35
Hex8799EA2A2308e54648
Octal2072313525243010345106110
Binary100001111001100111101010101010100011010001110010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8799EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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