#869FF7

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

Shades of Portage #869FF7

Tints of Portage #869FF7

Color information

#869FF7 (or 0x869FF7) is unknown color: approx Portage. HEX triplet: 86, 9F and F7. RGB value is (134,159,247). Sum of RGB (Red+Green+Blue) = 134+159+247=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #869FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FF7 is #796008. Grayscale: #A1A1A1. Windows color (decimal): -7954441 or 16228230. OLE color: 16228230.

HSL color Cylindrical-coordinate representation of color #869FF7: hue angle of 226.73º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #869FF7 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB134159247-
CMYK0.460.3600.03
HSL226.73º87.6%74.71%-
HSV(B)226.73º45.75%96.86%-
XYZ39.0236.5893-
YUV161.56176.22108.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.81%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 247 (96.88% from 255) = 45.74%
R=24.81%
G=29.44%
B=45.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1341592470.460.3600.03226.7387.674.71
Hex869FF72E2403e3584b
Octal206237367564403343130113
Binary1000011010011111111101111011101001000111110001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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