#869EDC

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

Shades of Portage #869EDC

Tints of Portage #869EDC

Color information

#869EDC (or 0x869EDC) is unknown color: approx Portage. HEX triplet: 86, 9E and DC. RGB value is (134,158,220). Sum of RGB (Red+Green+Blue) = 134+158+220=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #869EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EDC is #796123. Grayscale: #9D9D9D. Windows color (decimal): -7954724 or 14458502. OLE color: 14458502.

HSL color Cylindrical-coordinate representation of color #869EDC: hue angle of 223.26º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #869EDC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134158220-
CMYK0.390.2800.14
HSL223.26º55.13%69.41%-
HSV(B)223.26º39.09%86.27%-
XYZ34.9834.6972.56-
YUV157.89163.05110.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=26.17%
G=30.86%
B=42.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341582200.390.2800.14223.2655.1369.41
Hex869EDC271C0Edf3745
Octal206236334473401633767105
Binary1000011010011110110111001001111110001110110111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,220); }

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

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

 a { background-color: rgb(134,158,220); }

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

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

 span { border-color: rgb(134,158,220); }

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