#869aec

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

Shades of Portage #869AEC

Tints of Portage #869AEC

Color information

#869AEC (or 0x869AEC) is unknown color: approx Portage. HEX triplet: 86, 9A and EC. RGB value is (134,154,236). Sum of RGB (Red+Green+Blue) = 134+154+236=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #869AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869AEC is #796513. Grayscale: #9D9D9D. Windows color (decimal): -7955732 or 15506054. OLE color: 15506054.

HSL color Cylindrical-coordinate representation of color #869AEC: hue angle of 228.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #869AEC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134154236-
CMYK0.430.3500.07
HSL228.24º72.86%72.55%-
HSV(B)228.24º43.22%92.55%-
XYZ36.5334.2484.04-
YUV157.37172.37111.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.57%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 236 (92.58% from 255) = 45.04%
R=25.57%
G=29.39%
B=45.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341542360.430.3500.07228.2472.8672.55
Hex869AEC2B2307e44949
Octal206232354534307344111111
Binary10000110100110101110110010101110001101111110010010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869aec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,154,236); }

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

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

 a { background-color: rgb(134,154,236); }

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

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

 span { border-color: rgb(134,154,236); }

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