#869CF0

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

Shades of Portage #869CF0

Tints of Portage #869CF0

Color information

#869CF0 (or 0x869CF0) is unknown color: approx Portage. HEX triplet: 86, 9C and F0. RGB value is (134,156,240). Sum of RGB (Red+Green+Blue) = 134+156+240=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #869CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869CF0 is #79630F. Grayscale: #9E9E9E. Windows color (decimal): -7955216 or 15768710. OLE color: 15768710.

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

Color convert

RGB134156240-
CMYK0.440.3500.06
HSL227.55º77.94%73.33%-
HSV(B)227.55º44.17%94.12%-
XYZ37.4535.1487.25-
YUV159173.71110.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 240 (94.14% from 255) = 45.28%
R=25.28%
G=29.43%
B=45.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341562400.440.3500.06227.5577.9473.33
Hex869CF02C2306e44e49
Octal206234360544306344116111
Binary10000110100111001111000010110010001101101110010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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