#869AF3

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

Shades of Portage #869AF3

Tints of Portage #869AF3

Color information

#869AF3 (or 0x869AF3) is unknown color: approx Portage. HEX triplet: 86, 9A and F3. RGB value is (134,154,243). Sum of RGB (Red+Green+Blue) = 134+154+243=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #869AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869AF3 is #79650C. Grayscale: #9D9D9D. Windows color (decimal): -7955725 or 15964806. OLE color: 15964806.

HSL color Cylindrical-coordinate representation of color #869AF3: hue angle of 228.99º degrees, saturation: 0.82, 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 #869AF3 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134154243-
CMYK0.450.3700.05
HSL228.99º81.95%73.92%-
HSV(B)228.99º44.86%95.29%-
XYZ37.5634.6589.5-
YUV158.17175.87110.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=25.24%
G=29.00%
B=45.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341542430.450.3700.05228.9981.9573.92
Hex869AF32D2505e5524a
Octal206232363554505345122112
Binary10000110100110101111001110110110010101011110010110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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