#869ACC

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

Shades of Portage #869ACC

Tints of Portage #869ACC

Color information

#869ACC (or 0x869ACC) is unknown color: approx Portage. HEX triplet: 86, 9A and CC. RGB value is (134,154,204). Sum of RGB (Red+Green+Blue) = 134+154+204=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #869ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ACC is #796533. Grayscale: #999999. Windows color (decimal): -7955764 or 13408902. OLE color: 13408902.

HSL color Cylindrical-coordinate representation of color #869ACC: hue angle of 222.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #869ACC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134154204-
CMYK0.340.2500.2
HSL222.86º40.7%66.27%-
HSV(B)222.86º34.31%80%-
XYZ32.2932.5461.71-
YUV153.72156.37113.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.24%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=27.24%
G=31.30%
B=41.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341542040.340.2500.2222.8640.766.27
Hex869ACC2219014df2942
Octal206232314423102433751102
Binary10000110100110101100110010001011001010100110111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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