#869DDF

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

Shades of Portage #869DDF

Tints of Portage #869DDF

Color information

#869DDF (or 0x869DDF) is unknown color: approx Portage. HEX triplet: 86, 9D and DF. RGB value is (134,157,223). Sum of RGB (Red+Green+Blue) = 134+157+223=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #869DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DDF is #796220. Grayscale: #9D9D9D. Windows color (decimal): -7954977 or 14654854. OLE color: 14654854.

HSL color Cylindrical-coordinate representation of color #869DDF: hue angle of 224.49º 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 #869DDF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134157223-
CMYK0.400.3000.13
HSL224.49º58.17%70%-
HSV(B)224.49º39.91%87.45%-
XYZ35.2134.5174.62-
YUV157.65164.88111.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.07%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 223 (87.5% from 255) = 43.39%
R=26.07%
G=30.54%
B=43.39%

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
Decimal1341572230.400.3000.13224.4958.1770
Hex869DDF281E0De03a46
Octal206235337503601534072106
Binary1000011010011101110111111010001111001101111000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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