#8798D9

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

Shades of Portage #8798D9

Tints of Portage #8798D9

Color information

#8798D9 (or 0x8798D9) is unknown color: approx Portage. HEX triplet: 87, 98 and D9. RGB value is (135,152,217). Sum of RGB (Red+Green+Blue) = 135+152+217=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #8798D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798D9 is #786726. Grayscale: #9A9A9A. Windows color (decimal): -7890727 or 14260359. OLE color: 14260359.

HSL color Cylindrical-coordinate representation of color #8798D9: hue angle of 227.56º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8798D9 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135152217-
CMYK0.380.3000.15
HSL227.56º51.9%69.02%-
HSV(B)227.56º37.79%85.1%-
XYZ33.7432.6270.16-
YUV154.33163.37114.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.79%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=26.79%
G=30.16%
B=43.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351522170.380.3000.15227.5651.969.02
Hex8798D9261E0Fe43445
Octal207230331463601734464105
Binary1000011110011000110110011001101111001111111001001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8798D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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