#869ACE

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

Shades of Portage #869ACE

Tints of Portage #869ACE

Color information

#869ACE (or 0x869ACE) is unknown color: approx Portage. HEX triplet: 86, 9A and CE. RGB value is (134,154,206). Sum of RGB (Red+Green+Blue) = 134+154+206=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #869ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ACE is #796531. Grayscale: #999999. Windows color (decimal): -7955762 or 13539974. OLE color: 13539974.

HSL color Cylindrical-coordinate representation of color #869ACE: hue angle of 223.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #869ACE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134154206-
CMYK0.350.2500.19
HSL223.33º42.35%66.67%-
HSV(B)223.33º34.95%80.78%-
XYZ32.5332.6462.98-
YUV153.95157.37113.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=27.13%
G=31.17%
B=41.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341542060.350.2500.19223.3342.3566.67
Hex869ACE2319013df2a43
Octal206232316433102333752103
Binary10000110100110101100111010001111001010011110111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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