#8699FA

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

Shades of Portage #8699FA

Tints of Portage #8699FA

Color information

#8699FA (or 0x8699FA) is unknown color: approx Portage. HEX triplet: 86, 99 and FA. RGB value is (134,153,250). Sum of RGB (Red+Green+Blue) = 134+153+250=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #8699FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8699FA is #796605. Grayscale: #9D9D9D. Windows color (decimal): -7955974 or 16423302. OLE color: 16423302.

HSL color Cylindrical-coordinate representation of color #8699FA: hue angle of 230.17º degrees, saturation: 0.92, 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 #8699FA is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134153250-
CMYK0.460.3900.02
HSL230.17º92.06%75.29%-
HSV(B)230.17º46.4%98.04%-
XYZ38.4834.7595.12-
YUV158.38179.71110.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.95%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=24.95%
G=28.49%
B=46.55%

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
Decimal1341532500.460.3900.02230.1792.0675.29
Hex8699FA2E2702e65c4b
Octal206231372564702346134113
Binary1000011010011001111110101011101001110101110011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8699FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8699FA; }

 p { color: rgb(134,153,250); }

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

<style>
 a { background-color: #8699FA; }

 a { background-color: rgb(134,153,250); }

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

<style>
 span { border-color: #8699FA; }

 span { border-color: rgb(134,153,250); }

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