#869FF2

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

Shades of Portage #869FF2

Tints of Portage #869FF2

Color information

#869FF2 (or 0x869FF2) is unknown color: approx Portage. HEX triplet: 86, 9F and F2. RGB value is (134,159,242). Sum of RGB (Red+Green+Blue) = 134+159+242=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #869FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FF2 is #79600D. Grayscale: #A0A0A0. Windows color (decimal): -7954446 or 15900550. OLE color: 15900550.

HSL color Cylindrical-coordinate representation of color #869FF2: hue angle of 226.11º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869FF2 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134159242-
CMYK0.450.3400.05
HSL226.11º80.6%73.73%-
HSV(B)226.11º44.63%94.9%-
XYZ38.2636.2888.99-
YUV160.99173.72108.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=25.05%
G=29.72%
B=45.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341592420.450.3400.05226.1180.673.73
Hex869FF22D2205e2514a
Octal206237362554205342121112
Binary10000110100111111111001010110110001001011110001010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,159,242); }

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

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

 a { background-color: rgb(134,159,242); }

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

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

 span { border-color: rgb(134,159,242); }

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