#869AD1

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

Shades of Portage #869AD1

Tints of Portage #869AD1

Color information

#869AD1 (or 0x869AD1) is unknown color: approx Portage. HEX triplet: 86, 9A and D1. RGB value is (134,154,209). Sum of RGB (Red+Green+Blue) = 134+154+209=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #869AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869AD1 is #79652E. Grayscale: #9A9A9A. Windows color (decimal): -7955759 or 13736582. OLE color: 13736582.

HSL color Cylindrical-coordinate representation of color #869AD1: hue angle of 224º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869AD1 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134154209-
CMYK0.360.2600.18
HSL224º44.91%67.25%-
HSV(B)224º35.89%81.96%-
XYZ32.932.7864.92-
YUV154.29158.87113.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 209 (82.03% from 255) = 42.05%
R=26.96%
G=30.99%
B=42.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341542090.360.2600.1822444.9167.25
Hex869AD1241A012e02d43
Octal206232321443202234055103
Binary10000110100110101101000110010011010010010111000001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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