#869CDF

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

Shades of Portage #869CDF

Tints of Portage #869CDF

Color information

#869CDF (or 0x869CDF) is unknown color: approx Portage. HEX triplet: 86, 9C and DF. RGB value is (134,156,223). Sum of RGB (Red+Green+Blue) = 134+156+223=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #869CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CDF is #796320. Grayscale: #9C9C9C. Windows color (decimal): -7955233 or 14654598. OLE color: 14654598.

HSL color Cylindrical-coordinate representation of color #869CDF: hue angle of 225.17º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #869CDF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134156223-
CMYK0.400.3000.13
HSL225.17º58.17%70%-
HSV(B)225.17º39.91%87.45%-
XYZ35.0434.1774.56-
YUV157.06165.21111.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=26.12%
G=30.41%
B=43.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341562230.400.3000.13225.1758.1770
Hex869CDF281E0De13a46
Octal206234337503601534172106
Binary1000011010011100110111111010001111001101111000011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,223); }

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

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

 a { background-color: rgb(134,156,223); }

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

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

 span { border-color: rgb(134,156,223); }

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