#869BD2

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

Shades of Portage #869BD2

Tints of Portage #869BD2

Color information

#869BD2 (or 0x869BD2) is unknown color: approx Portage. HEX triplet: 86, 9B and D2. RGB value is (134,155,210). Sum of RGB (Red+Green+Blue) = 134+155+210=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #869BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BD2 is #79642D. Grayscale: #9A9A9A. Windows color (decimal): -7955502 or 13802374. OLE color: 13802374.

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

Color convert

RGB134155210-
CMYK0.360.2600.18
HSL223.42º45.78%67.45%-
HSV(B)223.42º36.19%82.35%-
XYZ33.1933.1665.63-
YUV154.99159.04113.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.85%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 210 (82.42% from 255) = 42.08%
R=26.85%
G=31.06%
B=42.08%

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
Decimal1341552100.360.2600.18223.4245.7867.45
Hex869BD2241A012df2e43
Octal206233322443202233756103
Binary10000110100110111101001010010011010010010110111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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