#8698E0

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

Shades of Portage #8698E0

Tints of Portage #8698E0

Color information

#8698E0 (or 0x8698E0) is unknown color: approx Portage. HEX triplet: 86, 98 and E0. RGB value is (134,152,224). Sum of RGB (Red+Green+Blue) = 134+152+224=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #8698E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8698E0 is #79671F. Grayscale: #9A9A9A. Windows color (decimal): -7956256 or 14719110. OLE color: 14719110.

HSL color Cylindrical-coordinate representation of color #8698E0: hue angle of 228º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8698E0 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134152224-
CMYK0.400.3200.12
HSL228º59.21%70.2%-
HSV(B)228º40.18%87.84%-
XYZ34.5132.9175.05-
YUV154.83167.04113.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 224 (87.89% from 255) = 43.92%
R=26.27%
G=29.80%
B=43.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1341522240.400.3200.1222859.2170.2
Hex8698E028200Ce43b46
Octal206230340504001434473106
Binary10000110100110001110000010100010000001100111001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8698E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8698E0; }

 p { color: rgb(134,152,224); }

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

<style>
 a { background-color: #8698E0; }

 a { background-color: rgb(134,152,224); }

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

<style>
 span { border-color: #8698E0; }

 span { border-color: rgb(134,152,224); }

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