#8798EA

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

Shades of Portage #8798EA

Tints of Portage #8798EA

Color information

#8798EA (or 0x8798EA) is unknown color: approx Portage. HEX triplet: 87, 98 and EA. RGB value is (135,152,234). Sum of RGB (Red+Green+Blue) = 135+152+234=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #8798EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8798EA is #786715. Grayscale: #9B9B9B. Windows color (decimal): -7890710 or 15374471. OLE color: 15374471.

HSL color Cylindrical-coordinate representation of color #8798EA: hue angle of 229.7º 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 #8798EA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135152234-
CMYK0.420.3500.08
HSL229.7º70.21%72.35%-
HSV(B)229.7º42.31%91.76%-
XYZ36.0733.5582.42-
YUV156.26171.87112.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.91%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=25.91%
G=29.17%
B=44.91%

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
Decimal1351522340.420.3500.08229.770.2172.35
Hex8798EA2A2308e64648
Octal2072303525243010346106110
Binary100001111001100011101010101010100011010001110011010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8798EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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