#8698f9

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

Shades of Portage #8698F9

Tints of Portage #8698F9

Color information

#8698F9 (or 0x8698F9) is unknown color: approx Portage. HEX triplet: 86, 98 and F9. RGB value is (134,152,249). Sum of RGB (Red+Green+Blue) = 134+152+249=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #8698F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8698F9 is #796706. Grayscale: #9D9D9D. Windows color (decimal): -7956231 or 16357510. OLE color: 16357510.

HSL color Cylindrical-coordinate representation of color #8698F9: hue angle of 230.61º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8698F9 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134152249-
CMYK0.460.3900.02
HSL230.61º90.55%75.1%-
HSV(B)230.61º46.18%97.65%-
XYZ38.1634.3694.24-
YUV157.68179.54111.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 249 (97.66% from 255) = 46.54%
R=25.05%
G=28.41%
B=46.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341522490.460.3900.02230.6190.5575.1
Hex8698F92E2702e75b4b
Octal206230371564702347133113
Binary1000011010011000111110011011101001110101110011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8698f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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