#8699ef

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

Shades of Portage #8699EF

Tints of Portage #8699EF

Color information

#8699EF (or 0x8699EF) is unknown color: approx Portage. HEX triplet: 86, 99 and EF. RGB value is (134,153,239). Sum of RGB (Red+Green+Blue) = 134+153+239=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #8699EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8699EF is #796610. Grayscale: #9C9C9C. Windows color (decimal): -7955985 or 15702406. OLE color: 15702406.

HSL color Cylindrical-coordinate representation of color #8699EF: hue angle of 229.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8699EF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134153239-
CMYK0.440.3600.06
HSL229.14º76.64%73.14%-
HSV(B)229.14º43.93%93.73%-
XYZ36.834.0886.3-
YUV157.12174.21111.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 239 (93.75% from 255) = 45.44%
R=25.48%
G=29.09%
B=45.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341532390.440.3600.06229.1476.6473.14
Hex8699EF2C2406e54d49
Octal206231357544406345115111
Binary10000110100110011110111110110010010001101110010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8699ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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