#869EF0

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

Shades of Portage #869EF0

Tints of Portage #869EF0

Color information

#869EF0 (or 0x869EF0) is unknown color: approx Portage. HEX triplet: 86, 9E and F0. RGB value is (134,158,240). Sum of RGB (Red+Green+Blue) = 134+158+240=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #869EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869EF0 is #79610F. Grayscale: #9F9F9F. Windows color (decimal): -7954704 or 15769222. OLE color: 15769222.

HSL color Cylindrical-coordinate representation of color #869EF0: hue angle of 226.42º degrees, saturation: 0.78, 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 #869EF0 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134158240-
CMYK0.440.3400.06
HSL226.42º77.94%73.33%-
HSV(B)226.42º44.17%94.12%-
XYZ37.7935.8187.36-
YUV160.17173.05109.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.19%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=25.19%
G=29.70%
B=45.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341582400.440.3400.06226.4277.9473.33
Hex869EF02C2206e24e49
Octal206236360544206342116111
Binary10000110100111101111000010110010001001101110001010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869EF0; }

 p { color: rgb(134,158,240); }

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

<style>
 a { background-color: #869EF0; }

 a { background-color: rgb(134,158,240); }

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

<style>
 span { border-color: #869EF0; }

 span { border-color: rgb(134,158,240); }

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