#869BD1

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

Shades of Portage #869BD1

Tints of Portage #869BD1

Color information

#869BD1 (or 0x869BD1) is unknown color: approx Portage. HEX triplet: 86, 9B and D1. RGB value is (134,155,209). Sum of RGB (Red+Green+Blue) = 134+155+209=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #869BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BD1 is #79642E. Grayscale: #9A9A9A. Windows color (decimal): -7955503 or 13736838. OLE color: 13736838.

HSL color Cylindrical-coordinate representation of color #869BD1: hue angle of 223.2º 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 #869BD1 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134155209-
CMYK0.360.2600.18
HSL223.2º44.91%67.25%-
HSV(B)223.2º35.89%81.96%-
XYZ33.0633.1164.97-
YUV154.88158.54113.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=26.91%
G=31.12%
B=41.97%

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
Decimal1341552090.360.2600.18223.244.9167.25
Hex869BD1241A012df2d43
Octal206233321443202233755103
Binary10000110100110111101000110010011010010010110111111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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