#868DCF

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

Shades of Portage #868DCF

Tints of Portage #868DCF

Color information

#868DCF (or 0x868DCF) is unknown color: approx Portage. HEX triplet: 86, 8D and CF. RGB value is (134,141,207). Sum of RGB (Red+Green+Blue) = 134+141+207=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #868DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DCF is #797230. Grayscale: #929292. Windows color (decimal): -7959089 or 13602182. OLE color: 13602182.

HSL color Cylindrical-coordinate representation of color #868DCF: hue angle of 234.25º 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 #868DCF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134141207-
CMYK0.350.3200.19
HSL234.25º43.2%66.86%-
HSV(B)234.25º35.27%81.18%-
XYZ30.6228.6262.94-
YUV146.43162.18119.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=27.80%
G=29.25%
B=42.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341412070.350.3200.19234.2543.266.86
Hex868DCF2320013ea2b43
Octal206215317434002335253103
Binary100001101000110111001111100011100000010011111010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868DCF; }

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

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

<style>
 a { background-color: #868DCF; }

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

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

<style>
 span { border-color: #868DCF; }

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

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