#869BD4

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

Shades of Portage #869BD4

Tints of Portage #869BD4

Color information

#869BD4 (or 0x869BD4) is unknown color: approx Portage. HEX triplet: 86, 9B and D4. RGB value is (134,155,212). Sum of RGB (Red+Green+Blue) = 134+155+212=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #869BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BD4 is #79642B. Grayscale: #9A9A9A. Windows color (decimal): -7955500 or 13933446. OLE color: 13933446.

HSL color Cylindrical-coordinate representation of color #869BD4: hue angle of 223.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #869BD4 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134155212-
CMYK0.370.2700.17
HSL223.85º47.56%67.84%-
HSV(B)223.85º36.79%83.14%-
XYZ33.4433.2666.95-
YUV155.22160.04112.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=26.75%
G=30.94%
B=42.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1341552120.370.2700.17223.8547.5667.84
Hex869BD4251B011e03044
Octal206233324453302134060104
Binary10000110100110111101010010010111011010001111000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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