#869ACF

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

Shades of Portage #869ACF

Tints of Portage #869ACF

Color information

#869ACF (or 0x869ACF) is unknown color: approx Portage. HEX triplet: 86, 9A and CF. RGB value is (134,154,207). Sum of RGB (Red+Green+Blue) = 134+154+207=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #869ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ACF is #796530. Grayscale: #999999. Windows color (decimal): -7955761 or 13605510. OLE color: 13605510.

HSL color Cylindrical-coordinate representation of color #869ACF: hue angle of 223.56º degrees, saturation: 0.43, 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 #869ACF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134154207-
CMYK0.350.2600.19
HSL223.56º43.2%66.86%-
HSV(B)223.56º35.27%81.18%-
XYZ32.6532.6863.62-
YUV154.06157.87113.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=27.07%
G=31.11%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341542070.350.2600.19223.5643.266.86
Hex869ACF231A013e02b43
Octal206232317433202334053103
Binary10000110100110101100111110001111010010011111000001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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